Skip to content

Commit

Permalink
Merge pull request #62 from hollow-leaf/fix/backend_buy
Browse files Browse the repository at this point in the history
fix: cors 1
  • Loading branch information
LinXJ1204 authored Aug 30, 2023
2 parents 8aba5f2 + 6b028e2 commit 62e37f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var express = require('express');
var app = express();

const cors_strict = {
"origin": ["https://hollowleaf.dev/", "localhost"],
"origin": "https://hollowleaf.dev/",
"methods": "GET,POST",
"preflightContinue": false,
"optionsSuccessStatus": 204
Expand Down

0 comments on commit 62e37f4

Please sign in to comment.