Skip to main content

CORS

Configuration

src/config/cors.ts
export default {
origin: '*',
allowMethods: ['POST'],
credentials: true,
};