added bruno endpoints for auth

This commit is contained in:
Milo Schwartz
2024-10-06 22:50:23 -04:00
parent 50b2519bb8
commit bfeba9b231
12 changed files with 163 additions and 18 deletions

View File

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