We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ac4c2 commit 27f5739Copy full SHA for 27f5739
1 file changed
api/server.ts
@@ -41,7 +41,8 @@ const start = async () => {
41
'http://localhost:5173', // DeFlock Legacy
42
'http://localhost:3000', // FlockHopper
43
'https://deflock.org',
44
- 'https://www.deflock.org'
+ 'https://www.deflock.org',
45
+ 'https://maps.deflock.org'
46
];
47
48
if (!origin || allowedOrigins.includes(origin) || /^https:\/\/.*\.deflock\.pages\.dev$/.test(origin)) {
0 commit comments