Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Vswaroop04 authored Jul 12, 2024
1 parent 099a2bf commit d8c21ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import router from '@/routes';
import 'module-alias/register';
import PORT from '@/config/index';


// Cors
const corsOptions: cors.CorsOptions = {
origin: [
'http://localhost:5173',
Expand Down

0 comments on commit d8c21ff

Please sign in to comment.