update cors

This commit is contained in:
2024-10-13 17:12:33 +07:00
parent 26e4b7c689
commit 263ff4e207
7 changed files with 18 additions and 14 deletions

View File

@@ -6,7 +6,7 @@ import {
Inject,
UnauthorizedException,
} from '@nestjs/common';
import Clerk from '@clerk/clerk-sdk-node';
import Clerk from '@clerk/express';
import { GqlExecutionContext } from '@nestjs/graphql';
@Injectable()