Skip to content

Commit

Permalink
Merge pull request #4188 from debanjandhar12/main
Browse files Browse the repository at this point in the history
Add Amplenote origins to cors config
  • Loading branch information
jacksonh authored Jul 12, 2024
2 parents 733ef9b + af48aa0 commit b6d0c27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/api/src/utils/corsConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export const corsConfig = {
env.client.url,
'lsp://logseq.io',
'app://obsidian.md',
'https://plugins.amplenote.com',
'amplenote-handler://bundle',
'capacitor://localhost',
'http://localhost',
],
Expand Down

0 comments on commit b6d0c27

Please sign in to comment.