diff --git a/src/app.ts b/src/app.ts index 382d039a..ff369ae5 100644 --- a/src/app.ts +++ b/src/app.ts @@ -23,8 +23,8 @@ const build = (opts: buildOpts = {}): FastifyInstance => { }, }) - // @todo - restrict origin here - app.register(fastifyCors) + // kong should take care of cors + // app.register(fastifyCors) if (opts.exposeDocs) { app.register(fastifySwagger, {