Skip to content

Commit

Permalink
제에발
Browse files Browse the repository at this point in the history
  • Loading branch information
jaerius committed Jun 7, 2024
1 parent fcd55d1 commit 93dbfce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion my-replicate-app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ app.use(bodyParser.json());

app.use(
cors({
origin: ["http://localhost:3000", "http://localhost:8888", "https://spirographmaker.netlify.app"],
origin: ['http://localhost:3000', 'http://localhost:8888', 'https://spirographmaker.netlify.app'],
methods: 'GET,HEAD,PUT,PATCH,POST,DELETE',
credentials: true,
allowedHeaders: 'Content-Type, Authorization',
})
);

Expand Down

0 comments on commit 93dbfce

Please sign in to comment.