zhlajiex commited on
Commit
e2efce1
·
verified ·
1 Parent(s): f12f0b7

Update backend/server.js

Browse files
Files changed (1) hide show
  1. backend/server.js +1 -0
backend/server.js CHANGED
@@ -64,6 +64,7 @@ app.use(limiter);
64
  app.use(cors({
65
  origin: function (origin, callback) {
66
  const allowed = [
 
67
  "https://codex-shxo.onrender.com",
68
  "https://codex.js.org",
69
  "https://codex.qzz.io",
 
64
  app.use(cors({
65
  origin: function (origin, callback) {
66
  const allowed = [
67
+ "zhlajiex-codeai.hf.space",
68
  "https://codex-shxo.onrender.com",
69
  "https://codex.js.org",
70
  "https://codex.qzz.io",