Files
pangolin/bruno/bruno.json
2025-10-04 18:36:44 -07:00

13 lines
217 B
JSON

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