Update redirect url
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 27s
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 27s
This commit is contained in:
parent
a0e389d50f
commit
34c0b9b2cd
@ -27,7 +27,7 @@ app.post('/api/v1/idnot/user/:code', async (req, res) => {
|
||||
const params = {
|
||||
client_id: 'B3CE56353EDB15A9',
|
||||
client_secret: '3F733549E879878344B6C949B366BB5CDBB2DB5B7F7AB7EBBEBB0F0DD0776D1C',
|
||||
redirect_uri: 'http://local.lecoffreio.4nkweb:3000/authorized-client',
|
||||
redirect_uri: 'http://lecoffre-front:3000/authorized-client',
|
||||
grant_type: 'authorization_code',
|
||||
code: code
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user