HATEOAS-first backend framework.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213
  1. {
  2. "version": "1",
  3. "name": "cms-web-api",
  4. "type": "collection",
  5. "ignore": [
  6. "node_modules",
  7. ".git"
  8. ],
  9. "presets": {
  10. "requestType": "http",
  11. "requestUrl": "http://localhost:6969/api/"
  12. }
  13. }