pangolin/bruno/bruno.json
2024-10-06 22:50:23 -04:00

13 lines
No EOL
212 B
JSON

{
"version": "1",
"name": "Pangolin",
"type": "collection",
"ignore": [
"node_modules",
".git"
],
"presets": {
"requestType": "http",
"requestUrl": "http://localhost:3000/api/v1"
}
}