Add localhost to allow android Obsidian to query the API
This commit is contained in:
@ -15,5 +15,6 @@ export const corsConfig = {
|
||||
'lsp://logseq.io',
|
||||
'app://obsidian.md',
|
||||
'capacitor://localhost',
|
||||
'http://localhost',
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user