Merge pull request #810 from omnivore-app/fix/logseq-cors-req

Add logseq to the allowed cors origin
This commit is contained in:
Hongbo Wu 2022-06-16 11:12:48 +08:00 committed by GitHub
commit 05a3271f0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,5 +8,6 @@ export const corsConfig = {
'https://web-dev.omnivore.app',
'https://web-demo.omnivore.app',
'http://localhost:3000',
'lsp://logseq.io',
],
}