mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #3853 from omnivore-app/fix/android-obsidian-cors
Add localhost to allow android Obsidian to query the API
This commit is contained in:
commit
e349f6c675
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