我正在使用json服务器从employee.json
文件中创建一个rest-api,但是当我运行json-server --watch employee.json
时。我没有得到终点
运行上面的命令后我得到的是:-
\{^_^}/ hi!
Loading db.json
Done
http://localhost:3000/posts
http://localhost:3000/comments\n
http://localhost:3000/profile
Home
http://localhost:3000
我希望看到像这样的员工的终点,
http://localhost:3000/employee
我不知道我在做什么错。