We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8260f1 commit 9af3302Copy full SHA for 9af3302
http-backend/src/index.ts
@@ -7,7 +7,7 @@ const app = express();
7
app.use(cors({
8
origin: '*',
9
methods: ['GET', 'POST'],
10
- allowedHeaders: ['Content-Type']
+ allowedHeaders: ['Content-Type', 'Authorization']
11
}));
12
13
app.use(express.json())
0 commit comments