skyjo-be/src/config/allowedOrigins.ts
2023-10-13 11:38:41 +02:00

7 lines
141 B
TypeScript

const allowedOrigins = [
"http://localhost:3000",
"http://localhost:5173",
"http://localhost:3001",
];
export default allowedOrigins;