Skip to content

Commit ee83577

Browse files
committed
Update RoutesV2 to use new endpoint path
1 parent 0fbb6df commit ee83577

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,5 +212,5 @@ func Routes(r *gin.Engine) {
212212

213213
}
214214
func RoutesV2(r *gin.Engine) {
215-
r.GET("v2/phygitals/all", phygital_controllers.GetAllPhygital)
215+
r.GET("v2/all/phygitals", phygital_controllers.GetAllPhygital)
216216
}

0 commit comments

Comments
 (0)