We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914263a commit 8b66ea5Copy full SHA for 8b66ea5
backend/main.go
@@ -39,7 +39,7 @@ func Init() (app *gin.Engine) {
39
40
// app.Get("/floors/:id<int>/special", GetSpecialFloor)
41
// Define a route with an integer ID parameter and an empty path (might be a subgroup)
42
- app.GET("/floors/:id/special", ListFloorsInASpecialHole)
+ app.GET("/api/floors/:holeID/_special", ListFloorsInASpecialHole)
43
return app
44
}
45
0 commit comments