We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed5c2a commit 52226b4Copy full SHA for 52226b4
routes/_middleware.dart
@@ -6,7 +6,7 @@ Handler middleware(Handler handler) {
6
fromShelfMiddleware(
7
shelf.corsHeaders(
8
headers: {
9
- shelf.ACCESS_CONTROL_ALLOW_HEADERS: 'http://localhost*',
+ shelf.ACCESS_CONTROL_ALLOW_HEADERS: '*',
10
},
11
),
12
routes/budgets/_middleware.dart
0 commit comments