We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2050a59 + 8985efa commit 07cfbdaCopy full SHA for 07cfbda
routes/index.js
@@ -156,8 +156,8 @@ const setupRoutes = (app) => {
156
app.get("/api/login", login);
157
158
//callbacks
159
- app.post("/api/callback/github", handleOAuthCallback);
160
- app.post("/api/callback/gitlab", handleOAuthCallbackGitlab);
+ app.get("/api/callback/github", handleOAuthCallback);
+ app.get("/api/callback/gitlab", handleOAuthCallbackGitlab);
161
162
app.get("/api/badgedRepos", badgedRepos);
163
app.post("/api/repos-to-badge", reposToBadge);
0 commit comments