Update tokens
This commit is contained in:
parent
befc6f3bc0
commit
ea27e78a50
|
@ -8,8 +8,8 @@ const {google} = require('googleapis')
|
|||
const ALLEGRO_AUTH_TOKEN_URL = "https://allegro.pl/auth/oauth/token"
|
||||
|
||||
const REDIRECT_URI = "https://dropshipping.xaos.ninja"
|
||||
const CLIENT_ID = "a9c8b58fa80e4daeb81ddcc342a0820d"
|
||||
const CLIENT_SECRET = "7EVOUTJgNZTfh8RWTelS4oDHyML2dP5Y88qN84oCQ4SJCSt4sQcxvNrzjFp9igwC"
|
||||
const CLIENT_ID = "9426c5af899d4de9a513242a8bd9c955"
|
||||
const CLIENT_SECRET = "Wxw96FWT2FNAwkiu39ABhSJqeJX4JJrPpFis6q7kDYGy240cS54Aa0mIzOVgj3jG"
|
||||
|
||||
// GOOGLE DOCS API
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<a href="https://allegro.pl/auth/oauth/authorize?response_type=code&client_id=a9c8b58fa80e4daeb81ddcc342a0820d&redirect_uri=https://dropshipping.xaos.ninja">Get
|
||||
<a href="https://allegro.pl/auth/oauth/authorize?response_type=code&client_id=9426c5af899d4de9a513242a8bd9c955&redirect_uri=https://dropshipping.xaos.ninja">Get
|
||||
allegro tokens</a>
|
||||
|
||||
<h2>Access Token: </h2>
|
||||
|
|
Loading…
Reference in New Issue