HATEOAS-first backend framework.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

13 rader
213 B

  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. }