HATEOAS-first backend framework.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bruno.json 213 B

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