We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bbe028 commit aaf7704Copy full SHA for aaf7704
1 file changed
packages/server/api/src/app/user-info/user-info.module.ts
@@ -3,7 +3,6 @@ import { AppSystemProp, logger, system } from '@openops/server-shared';
3
import { ALL_PRINCIPAL_TYPES } from '@openops/shared';
4
import { allowAllOriginsHookHandler } from '../helper/allow-all-origins-hook-handler';
5
import { getVerifiedUser } from './cloud-auth';
6
-import cors from '@fastify/cors';
7
8
export const userInfoModule: FastifyPluginAsyncTypebox = async (app) => {
9
await app.register(userInfoController, { prefix: '/v1/user-info' });
0 commit comments