up
This commit is contained in:
@@ -55,7 +55,7 @@ func main() {
|
||||
}))
|
||||
router.GET("/", func(ctx *gin.Context) { ctx.Writer.WriteString("hello world") })
|
||||
router.GET("/auth/github", githubLoginHandler)
|
||||
router.GET("/auth/github/callback", githubCallbackHandler)
|
||||
router.GET("/auth/signin/sso", githubCallbackHandler)
|
||||
|
||||
router.Run(":8000")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user