Skip to content

Commit

Permalink
update:エンドポイントの追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayashin committed Apr 15, 2024
1 parent 5754524 commit 7e481f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func SetUpServer() *gin.Engine {
versionEngine.GET("/signup", controller.SignUp)
// 滞在確率
versionEngine.GET("/probability/:status/:before", controller.GetProbability)
versionEngine.GET("/probability/all", controller.GetAllProbability)
}

return engine
Expand Down

0 comments on commit 7e481f0

Please sign in to comment.