We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca8f28 commit f690df4Copy full SHA for f690df4
src/server.js
@@ -19,7 +19,7 @@ const db = knex ({
19
20
app.use(
21
cors({
22
- origin: CLIENT_ORIGIN
+
23
})
24
);
25
0 commit comments