Ignore this

This commit is contained in:
ION606
2022-09-14 18:35:45 -04:00
parent 8e420dee0b
commit 5367112f36
8 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -519,7 +519,7 @@ app.get('/', async ({ query }, response) => {
client_secret: clientSecret,
code,
grant_type: 'authorization_code',
redirect_uri: `http://www.selmerbot.com/`,
redirect_uri: `https://www.selmerbot.com/`,
scope: 'identify',
}),
headers: {