Update url redirection
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 35s

This commit is contained in:
omaroughriss 2025-07-24 13:18:45 +02:00
parent 013437a55f
commit ce5398e10a

View File

@ -128,7 +128,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: 'https://lecoffreio.4nkweb.com/authorized-client',
grant_type: 'authorization_code',
code: code
};