Skip to content

Commit

Permalink
add *.dappnode to cors
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Dec 10, 2024
1 parent d2d44c7 commit 3d2a931
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/params/src/params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ export const params = {
"http://localhost:3000",
"http://localhost:3001",
"http://my.dappnode",
"http://dappnode.local"
"http://dappnode.local",
"http://*.dappnode"
],

// API auth sessions
Expand Down

0 comments on commit 3d2a931

Please sign in to comment.