Skip to content

Commit

Permalink
Merge pull request #19 from ccoeurderoy/fix/tink-link
Browse files Browse the repository at this point in the history
[FIX] Tink link wrong URL
  • Loading branch information
meriamBenSassi authored Dec 13, 2021
2 parents 2879cb3 + b55dd4c commit 6dacf2f
Show file tree
Hide file tree
Showing 7 changed files with 24,068 additions and 132 deletions.
7 changes: 4 additions & 3 deletions json-server/db.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@
"config": {
"clientId": "clientId",
"clientSecret": "clientSecret",
"pricing": "PREMIUM",
"market": "BE",
"locale": "en_US"
"market": "FR",
"locale": "fr_FR",
"realDataTest": true,
"pricing": "STANDARD"
}
}
],
Expand Down
2 changes: 2 additions & 0 deletions json-server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ server.get('/redirect', async (req, res) => {
res.status(404).send({
message: 'Redirect url not found',
});

return;
}

res.redirect(redirectUrl);
Expand Down
Loading

0 comments on commit 6dacf2f

Please sign in to comment.