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:
Jackson Harper 2024-04-23 08:01:37 -07:00 committed by GitHub
commit e349f6c675
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,5 +15,6 @@ export const corsConfig = {
'lsp://logseq.io',
'app://obsidian.md',
'capacitor://localhost',
'http://localhost',
],
}