feat: base bruno routes

generated from OpenAPI v3 spec
This commit is contained in:
2025-09-29 22:58:14 +01:00
parent 07fe77f05a
commit 26d5c96841
35 changed files with 396 additions and 1 deletions

13
tests/bruno/bruno.json Normal file
View File

@@ -0,0 +1,13 @@
{
"version": "1",
"name": "Stocklet",
"type": "collection",
"ignore": [
"node_modules",
".git"
],
"presets": {
"requestType": "http",
"requestUrl": "http://localhost/"
}
}