fix typo
All checks were successful
Release Build / build-docker (push) Successful in 8s
Release Build / build-android-and-release (push) Successful in 2m12s

This commit is contained in:
Rene Kievits
2025-12-24 16:24:41 +01:00
parent e1bf8f2032
commit ee2b1fde47

View File

@@ -13,7 +13,7 @@ await connectDB();
const allowedOrigins = [ const allowedOrigins = [
process.env.SERVER_EXT_ACCESS, process.env.SERVER_EXT_ACCESS,
process.env.SERVER_INT_ACCESS, process.env.SERVER_INT_ACCESS,
'http://localhost', 'https://localhost',
'capacitor://localhost', 'capacitor://localhost',
'https://10.0.2.2:5173', 'https://10.0.2.2:5173',
'http://localhost:5173' 'http://localhost:5173'