mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
fix: expose 'Ln-Invoice' header
This commit is contained in:
parent
153c115f24
commit
83020e9111
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ app.get('/relay', relayController);
|
|||
app.use(
|
||||
'*',
|
||||
cspMiddleware(),
|
||||
cors({ origin: '*', exposeHeaders: ['link'] }),
|
||||
cors({ origin: '*', exposeHeaders: ['link', 'Ln-Invoice'] }),
|
||||
signerMiddleware,
|
||||
uploaderMiddleware,
|
||||
auth98Middleware(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue