質問編集履歴

1

url の変更

2022/12/30 08:05

投稿

John
John

スコア0

test CHANGED
File without changes
test CHANGED
@@ -29,7 +29,7 @@
29
29
  app.set("trust proxy",1)
30
30
  app.use(express.json())
31
31
  app.use(cors({
32
- origin:"https://stellular-dango-67fa9f.netlify.app",
32
+ origin:"https://something.netlify.app",
33
33
  credentials:true,
34
34
  }))
35
35
  app.use(helmet());