up
This commit is contained in:
@@ -117,7 +117,7 @@ func githubCallbackHandler(c *gin.Context) {
|
||||
}
|
||||
|
||||
c.SetCookie("token", jwtToken, 60*60*24, "/", "localhost", false, true)
|
||||
c.Redirect(http.StatusFound, "http://localhost:8080/")
|
||||
c.Redirect(http.StatusFound, "http://localhost:8000/")
|
||||
}
|
||||
|
||||
func initDB() {
|
||||
|
||||
Reference in New Issue
Block a user