Skip to content

Commit 2998efb

Browse files
committed
Allow CORS requests to the auth endpoints
1 parent 189955b commit 2998efb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/src/server.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ apiRouter.options('*', (req, res) => {
6161
} else if ([
6262
'/get-app-data',
6363
'/get-billing-data',
64+
'/auth/send-code',
65+
'/auth/login',
66+
'/auth/refresh-token',
6467
'/update-team',
6568
'/update-team-size',
6669
'/cancel-subscription',

0 commit comments

Comments
 (0)