mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-11 15:32:47 +00:00
Merge pull request #3949 from naturalcrit/quickfix-CORS
quickfix to the CORS policy
This commit is contained in:
@@ -65,7 +65,7 @@ const corsOptions = {
|
|||||||
|
|
||||||
const allowedOrigins = [
|
const allowedOrigins = [
|
||||||
'https://homebrewery.naturalcrit.com',
|
'https://homebrewery.naturalcrit.com',
|
||||||
'https://naturalcrit.com',
|
'https://www.naturalcrit.com',
|
||||||
'https://naturalcrit-stage.herokuapp.com',
|
'https://naturalcrit-stage.herokuapp.com',
|
||||||
'https://homebrewery-stage.herokuapp.com',
|
'https://homebrewery-stage.herokuapp.com',
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user