feat(lst): added icons to the sidebar
This commit is contained in:
@@ -5,7 +5,7 @@ meta {
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://localhost:4000/api/auth/login
|
||||
url: http://localhost:3000/api/auth/login
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
@@ -5,16 +5,11 @@ meta {
|
||||
}
|
||||
|
||||
get {
|
||||
url: http://localhost:4000/api/auth/session
|
||||
url: http://localhost:3000/api/auth/session
|
||||
body: none
|
||||
auth: basic
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
headers {
|
||||
:
|
||||
}
|
||||
|
||||
auth:basic {
|
||||
username: admin
|
||||
password: pass123
|
||||
auth:bearer {
|
||||
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImlkIjoxLCJ1c2VybmFtZSI6ImFkbWluIiwicGFzc3dvcmQiOiJwYXNzd29yZDEyMyIsInJvbGUiOiJhZG1pbiJ9LCJpYXQiOjE3NDAwMTc4MTcsImV4cCI6MTc0MDAxODExN30.84RPgbfNkLMWPE0dmhzF62yybeb9FpetYGwGsh8_m-g
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user