Update: Environment for Heroku Production

This commit is contained in:
Yûki VACHOT 2021-12-23 13:07:36 +01:00
parent 7448f6b591
commit ae0fe1f32f

View file

@ -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
}));