chore: remove bruno api files

This commit is contained in:
siujamo
2026-03-12 13:55:22 +08:00
parent 2de2cb029d
commit e83f1358e3
5 changed files with 0 additions and 45 deletions
-7
View File
@@ -1,7 +0,0 @@
meta {
name: Authentication
}
auth {
mode: none
}
-23
View File
@@ -1,23 +0,0 @@
meta {
name: Login
type: http
seq: 1
}
post {
url: {{BaseURL}}/auth/login
body: json
auth: inherit
}
body:json {
{
"username": "helix",
"password": "123456"
}
}
settings {
encodeUrl: true
timeout: 0
}
-9
View File
@@ -1,9 +0,0 @@
{
"version": "1",
"name": "Helix API",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}
-3
View File
@@ -1,3 +0,0 @@
auth {
mode: none
}
-3
View File
@@ -1,3 +0,0 @@
vars {
BaseURL: http://localhost:8080
}