Update: Environment for Heroku Production
This commit is contained in:
parent
71a6f877ca
commit
bc7a3c1bc0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
debutUrl: "https://polynotfound.herokuapp.com/api/"
|
debutUrl: "https://api-polynotfound.herokuapp.com/api/"
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Reference in a new issue