Reorder checkin api location (move to event)
Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
@@ -9,6 +9,6 @@ import (
|
||||
func Handler(r *gin.RouterGroup) {
|
||||
r.GET("/redirect", Redirect, middleware.JWTAuth(false))
|
||||
r.POST("/magic", Magic)
|
||||
r.POST("/refresh", Refresh)
|
||||
r.POST("/token", Token)
|
||||
r.POST("/refresh", Refresh)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user