We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Update RoutesV2 to use new endpoint path
1 parent 0fbb6df commit ee83577Copy full SHA for ee83577
1 file changed
server/server.go
@@ -212,5 +212,5 @@ func Routes(r *gin.Engine) {
212
213
}
214
func RoutesV2(r *gin.Engine) {
215
- r.GET("v2/phygitals/all", phygital_controllers.GetAllPhygital)
+ r.GET("v2/all/phygitals", phygital_controllers.GetAllPhygital)
216
0 commit comments