Add obsidian to corsConfig

This commit is contained in:
Hongbo Wu 2022-12-23 10:29:43 +08:00
parent 0cf9ba3e92
commit 302ea2023f

View file

@ -13,5 +13,6 @@ export const corsConfig = {
'http://localhost:3000',
'lsp://logseq.io',
env.dev.isLocal && 'https://studio.apollographql.com',
'app://obsidian.md',
],
}