Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
フォーマットした
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryo-7 committed Sep 6, 2024
1 parent 3d1d257 commit b750bd3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/api/router/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ export const app = new Hono()
.use(
"/",
cors({
origin: ["https://cocktail-message.deno.dev:443", "http://localhost:8000"],
origin: [
"https://cocktail-message.deno.dev:443",
"http://localhost:8000",
],
allowHeaders: [
"X-Custom-Header",
"Upgrade-Insecure-Requests",
Expand Down

0 comments on commit b750bd3

Please sign in to comment.