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.
1 parent afea26a commit 8985efaCopy full SHA for 8985efa
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