Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
fix:refactor pangolin path
Browse files Browse the repository at this point in the history
  • Loading branch information
cinlk committed Mar 24, 2022
1 parent ce1d7cd commit 131fb0c
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"key": "{{ pangoin_github_oauth_app_key }}",
"secret": "{{ pangolin_github_oauth_app_secret }}",
"scope": [],
"callback": "/pangolin/authorization",
"callback": "/api/pangolin/authorization",
"overrides": {}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
],
"rewrites": [
{"source": "/connect/(.*)", "destination": "/api/grant"},
{"source": "/pangolin/(.*)","destination": "/pangolin/grant"}
{"source": "/pangolin/(.*)","destination": "/api/pangolin/grant"}
]
}

0 comments on commit 131fb0c

Please sign in to comment.