CORS
Set to support CORS
config/default.config.ts
import { SERVER_CONFIG } from '@summer-js/summer';
export const SERVER_CONFIG: ServerConfig = {
port: 8801,
cors: true
}
Set to support CORS
import { SERVER_CONFIG } from '@summer-js/summer';
export const SERVER_CONFIG: ServerConfig = {
port: 8801,
cors: true
}