diff --git a/src/config.js b/src/config.js index bf12540..359da99 100644 --- a/src/config.js +++ b/src/config.js @@ -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 "/" };