diff --git a/concord-server/src/index.ts b/concord-server/src/index.ts index d47ea7e..16f7ec9 100644 --- a/concord-server/src/index.ts +++ b/concord-server/src/index.ts @@ -42,7 +42,7 @@ app.use('*', cors({ allowHeaders: ['Content-Type', 'Authorization'], allowMethods: ['GET', 'POST', 'PUT', 'DELETE', 'OPTIONS'], credentials: true -}) +})) app.route('/api', routes)