Skip to content

Commit 3283ee2

Browse files
committed
updated link
1 parent 366e932 commit 3283ee2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ import { sessionOptions } from './config/sessionConfig'
88
async function bootstrap() {
99
const app = await NestFactory.create(AppModule)
1010
app.enableCors({
11-
origin: 'https://app.taskermanager.site',
12-
// origin: 'http://localhost:3000',
11+
origin: 'https://application.taskermanager.site',
1312
credentials: true
1413
})
1514

0 commit comments

Comments
 (0)