Skip to content
Snippets Groups Projects
Commit 2e24128f authored by Gregor Schulz's avatar Gregor Schulz
Browse files

Revert "fix header reference"

This reverts commit 45f9f849.
parent 45f9f849
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ app.get('/video-call/:roomName', (req, res) => {
})
app.get('/api/novu/credentials', async (req, res) => {
const userId = req.headers['x-holi-user-id']
const userId = req.headers['X-Holi-User-ID']
if (!userId || Array.isArray(userId)) {
res.status(401).send('Unauthorized')
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment