瀏覽代碼

Fix json-serve script

paging-sorting-filtering
mladen.dubovac 4 年之前
父節點
當前提交
d5918250ab
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      package.json

+ 1
- 1
package.json 查看文件

@@ -43,7 +43,7 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"json-serve": "json-server ./db/randomData.js --port=4000"
"json-serve": "json-server ./db/db.js --port=4000"
},
"eslintConfig": {
"extends": [

Loading…
取消
儲存