fosrl.pangolin/bruno/bruno.json

13 lines
212 B
JSON
Raw Permalink Normal View History

2024-10-06 17:42:28 -04:00
{
2024-10-06 22:50:23 -04:00
"version": "1",
"name": "Pangolin",
"type": "collection",
"ignore": [
"node_modules",
".git"
],
"presets": {
"requestType": "http",
"requestUrl": "http://localhost:3000/api/v1"
}
2024-10-06 17:42:28 -04:00
}