mirror of
https://github.com/movie-web/backend.git
synced 2025-09-13 18:13:26 +00:00
allow any domain config setting
This commit is contained in:
@@ -2,7 +2,7 @@ import { FragmentSchema } from '@/config/fragments/types';
|
||||
|
||||
export const devFragment: FragmentSchema = {
|
||||
server: {
|
||||
cors: 'http://localhost:5173',
|
||||
allowAnySite: true,
|
||||
trustProxy: true,
|
||||
},
|
||||
logging: {
|
||||
|
Reference in New Issue
Block a user