Update: Environment for Heroku Production

This commit is contained in:
Yûki VACHOT 2021-12-22 13:58:08 +01:00
parent 71a6f877ca
commit bc7a3c1bc0

View file

@ -1,4 +1,4 @@
export const environment = {
production: true,
debutUrl: "https://polynotfound.herokuapp.com/api/"
debutUrl: "https://api-polynotfound.herokuapp.com/api/"
};