Skip to content

Commit

Permalink
removed /
Browse files Browse the repository at this point in the history
  • Loading branch information
Berat Genç authored and Berat Genç committed Jan 18, 2024
1 parent 65dec25 commit 18602d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { AppModule } from './app.module'
async function bootstrap() {
const app = await NestFactory.create(AppModule)
app.enableCors({
origin: 'https://app.taskermanager.online/'
origin: 'https://app.taskermanager.online'
})
console.log(`--- app is listening oooon ${process.env.PORT}`)
await app.listen(process.env.PORT ?? 3001)
Expand Down

0 comments on commit 18602d8

Please sign in to comment.