json-server icon indicating copy to clipboard operation
json-server copied to clipboard

Add some useful features

Open wll8 opened this issue 1 year ago • 0 comments

  • _noDataNext Allows entry to the next route when there is no data, which makes it work seamlessly with other programs

  • _noDbRoute Assuming a db.json data breach poses a risk, it can be turned off with this option

  • export express At present, it seems that json-server relies heavily on express and is inconvenient to upgrade, so using its dependencies directly will make me install one less package

  • Allow custom bodyParser in jsonServer.router This way you can compile configure the size of the request body limit or some other thing

wll8 avatar May 30 '24 08:05 wll8