Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ametel01 committed Feb 2, 2024
1 parent 262fc9b commit 11667d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const app = express();
const allowedOrigins = [
'https://www.app.testnet.no-game.xyz',
'https://www.api.testnet.no-game.xyz',
'http://localhost:3000',
'http://localhost:3001',
'http://localhost:5173',
];

Expand Down

0 comments on commit 11667d6

Please sign in to comment.