Skip to content

Commit

Permalink
move cors config
Browse files Browse the repository at this point in the history
  • Loading branch information
Szabolcs Szabolcsi-Toth committed Jun 8, 2024
1 parent 29a37ad commit 69d51e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions middleware.js → src/middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ export const config = {
* - favicon.ico (favicon file)
*/
'/((?!api/live|api/ready|favicon.ico).*)',
'/api/socket/',
'/api/socket',
'/api/:path*',
],
};

Expand Down

0 comments on commit 69d51e1

Please sign in to comment.