Update: Environment for Heroku Production
This commit is contained in:
parent
7448f6b591
commit
ae0fe1f32f
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ app.use(cors({
|
|||
origin: [
|
||||
'http://127.0.0.1:4200',
|
||||
'http://127.0.0.1:4201',
|
||||
'https://admin-polynotfound.herokuapp.com/',
|
||||
'https://polynotfound.herokuapp.com/'
|
||||
],
|
||||
credentials: true
|
||||
}));
|
||||
|
|
|
|||
Reference in a new issue