We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366e932 commit 3283ee2Copy full SHA for 3283ee2
src/main.ts
@@ -8,8 +8,7 @@ import { sessionOptions } from './config/sessionConfig'
8
async function bootstrap() {
9
const app = await NestFactory.create(AppModule)
10
app.enableCors({
11
- origin: 'https://app.taskermanager.site',
12
- // origin: 'http://localhost:3000',
+ origin: 'https://application.taskermanager.site',
13
credentials: true
14
})
15
0 commit comments