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 07ccc68 commit 5bc883dCopy full SHA for 5bc883d
routes/api/v1/_middleware.dart
@@ -24,7 +24,7 @@ Handler middleware(Handler handler) {
24
// This default allows credentials, so it cannot be '*'.
25
// Adjust 'http://localhost:3000' if your local Flutter web dev server
26
// typically runs on a different port.
27
- effectiveOrigin = 'http://localhost:3000';
+ effectiveOrigin = 'http://localhost:45535';
28
print('------------------------------------------------------------------');
29
print('WARNING: CORS_ALLOWED_ORIGIN environment variable is NOT SET.');
30
print(
0 commit comments