+
+
Login with GitHub
+
+
+
+
+
\ No newline at end of file
diff --git a/getway/main.go b/getway/main.go
index a30e6c7..e4d8730 100644
--- a/getway/main.go
+++ b/getway/main.go
@@ -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() {