0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 04:42:41 +00:00

Merge pull request #3949 from naturalcrit/quickfix-CORS

quickfix to the CORS policy
This commit is contained in:
Víctor Losada Hernández
2024-12-16 16:47:09 +01:00
committed by GitHub

View File

@@ -65,7 +65,7 @@ const corsOptions = {
const allowedOrigins = [
'https://homebrewery.naturalcrit.com',
'https://naturalcrit.com',
'https://www.naturalcrit.com',
'https://naturalcrit-stage.herokuapp.com',
'https://homebrewery-stage.herokuapp.com',
];