Created the Premium page with Bootstrap and Stripe integration

This commit is contained in:
ION606
2022-07-27 11:28:50 +03:00
parent 7209719a0e
commit 60f5e5626c
7 changed files with 438 additions and 148 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ app.get('/', async ({ query }, response) => {
client_secret: clientSecret,
code,
grant_type: 'authorization_code',
redirect_uri: `http://localhost`,
redirect_uri: `https://selmer-bot-website.herokuapp.com`,
scope: 'identify',
}),
headers: {