Skip to content

Commit aeb0bf4

Browse files
committed
disable cors
1 parent 53475cf commit aeb0bf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

json-server.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"port": 3001,
33
"watch": true,
4-
"routes": "routes.json"
4+
"routes": "routes.json",
5+
"no-cors": true
56
}

0 commit comments

Comments
 (0)