视频连线
This commit is contained in:
@@ -23,6 +23,8 @@ func RegisterRoutes(
|
||||
{
|
||||
public.POST("/register", ctrl.Register)
|
||||
public.POST("/login", ctrl.Login)
|
||||
public.GET("/oauth/:provider/authorize", ctrl.OAuthAuthorize)
|
||||
public.GET("/oauth/:provider/callback", ctrl.OAuthCallback)
|
||||
public.POST("/refresh-token", ctrl.RefreshToken)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user