I messed up the domain name

This commit is contained in:
ION606
2022-07-31 14:24:02 +03:00
parent c49999071f
commit 10d16b8f6c
4 changed files with 10 additions and 19 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ app.get('/', async ({ query }, response) => {
client_secret: clientSecret,
code,
grant_type: 'authorization_code',
redirect_uri: `http://selmerbot.com/`,
redirect_uri: `http://www.selmerbot.com/`,
scope: 'identify',
}),
headers: {