Skip to content

Commit 7bad138

Browse files
authored
Merge pull request meshtastic#14 from meshtastic/cors
Add flasher.meshtastic.org to origins
2 parents 4813168 + 2db5bb1 commit 7bad138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ app
1313
.use(logger())
1414
.use(
1515
cors({
16-
origin: ["https://meshtastic.org", "https://flash.meshtastic.org"],
16+
origin: ["https://meshtastic.org", "https://flash.meshtastic.org", "https://flasher.meshtastic.org"],
1717
}),
1818
)
1919
.get("/", (_, res) => {

0 commit comments

Comments
 (0)