HATEOAS-first backend framework.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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