We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53475cf commit aeb0bf4Copy full SHA for aeb0bf4
json-server.json
@@ -1,5 +1,6 @@
1
{
2
"port": 3001,
3
"watch": true,
4
- "routes": "routes.json"
+ "routes": "routes.json",
5
+ "no-cors": true
6
}
0 commit comments