Add localhost to allow android Obsidian to query the API

This commit is contained in:
Jackson Harper
2024-04-23 07:57:41 -07:00
parent 201a5817ef
commit dfdb04af92

View File

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