it's good to add a new feature for making some delay in response. it helps to simulate a slow server or making loading animation. for example make 500 ms delay with this command: ```sh json-server --delay 500 ```
it's good to add a new feature for making some delay in response. it helps to simulate a slow server or making loading animation.
for example make 500 ms delay with this command: