🐛 Fix GDC apis path issue
This commit is contained in:
parent
b620b176e2
commit
37f10e708e
@ -82,7 +82,7 @@ func NewServer() {
|
|||||||
api.Get("/auth/o/connect", auth, preConnect)
|
api.Get("/auth/o/connect", auth, preConnect)
|
||||||
api.Post("/auth/o/connect", auth, doConnect)
|
api.Post("/auth/o/connect", auth, doConnect)
|
||||||
|
|
||||||
developers := A.Group("/dev").Name("Developers API")
|
developers := api.Group("/dev").Name("Developers API")
|
||||||
{
|
{
|
||||||
developers.Post("/notify", notifyUser)
|
developers.Post("/notify", notifyUser)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user