Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request #26 from kijk2869/patch-1
Browse files Browse the repository at this point in the history
fix: production api route
  • Loading branch information
wonderlandpark authored Aug 2, 2020
2 parents 635afc8 + bca37a7 commit 3d211e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
url:
"https://discord.com/oauth2/authorize?client_id=653534001742741552&scope=identify&permissions=0&response_type=code&redirect_uri=http%3A%2F%2Flocalhost%3A3001%2Fcallback",
"https://discord.com/oauth2/authorize?client_id=653534001742741552&scope=identify&permissions=0&response_type=code&redirect_uri=https%3A%2F%2Fkoreanbots.dev%2Fcallback",

api: "http://localhost:3000" // Does not end with "/"
api: "https://api.koreanbots.dev" // Does not end with "/"
};

0 comments on commit 3d211e8

Please sign in to comment.