Skip to content

Commit d65d619

Browse files
committed
cors fix
1 parent eda7c65 commit d65d619

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DROP TABLE IF EXISTS saved_playlists;
1+
DROP TABLE IF EXISTS saved_searches;

src/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const db = knex ({
1919

2020
app.use(
2121
cors({
22-
origin: CLIENT_ORIGIN
22+
2323
})
2424
);
2525

0 commit comments

Comments
 (0)