mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add localhost to allow android Obsidian to query the API
This commit is contained in:
parent
201a5817ef
commit
dfdb04af92
1 changed files with 1 additions and 0 deletions
|
|
@ -15,5 +15,6 @@ export const corsConfig = {
|
|||
'lsp://logseq.io',
|
||||
'app://obsidian.md',
|
||||
'capacitor://localhost',
|
||||
'http://localhost',
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue