Skip to content

Commit

Permalink
Attempt CORS Fix v4
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Hadley <[email protected]>
  • Loading branch information
ahadley1124 committed Dec 18, 2023
1 parent a8836c1 commit 80e909b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function start() {
}
start();

app.options("*", cors());
app.options("/qso/:callsign", cors());

app.get("/", (req, res) => {
res.send("Hello World");
Expand Down

0 comments on commit 80e909b

Please sign in to comment.