Skip to content

Commit 8d9f0fd

Browse files
chore: setup staging 3
1 parent 2a1424a commit 8d9f0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const setupRoutes = (app) => {
161161
app.get("/api/login", login);
162162

163163
//callbacks
164-
app.post("/api/callback/github", handleOAuthCallback);
164+
app.get("/api/callback/github", handleOAuthCallback);
165165
githubAuthCallback(app);
166166
gitlabAuthCallback(app);
167167
app.get("/api/badgedRepos", badgedRepos);

0 commit comments

Comments
 (0)