Add logseq to the allowed cors origin

This commit is contained in:
Hongbo Wu 2022-06-16 10:46:06 +08:00
parent e684b104be
commit 215078bcb3

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',
],
}