Skip to content

Commit f0e99fb

Browse files
Fixing?
1 parent fd46b89 commit f0e99fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ app.use(express.static('public'));
1515
app.use(express.urlencoded({ extended: true }));
1616
app.use(express.json());
1717
app.use(require("cors")({
18-
origin: ['https://fairfieldprogramming.org', 'http://localhost:8000/']
18+
origin: "*"
1919
}));
2020

2121

0 commit comments

Comments
 (0)