chore: remove bruno api files
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
meta {
|
|
||||||
name: Authentication
|
|
||||||
}
|
|
||||||
|
|
||||||
auth {
|
|
||||||
mode: none
|
|
||||||
}
|
|
||||||
@@ -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
|
|
||||||
}
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"version": "1",
|
|
||||||
"name": "Helix API",
|
|
||||||
"type": "collection",
|
|
||||||
"ignore": [
|
|
||||||
"node_modules",
|
|
||||||
".git"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
auth {
|
|
||||||
mode: none
|
|
||||||
}
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
vars {
|
|
||||||
BaseURL: http://localhost:8080
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user