feat(lst): added icons to the sidebar

This commit is contained in:
2025-02-20 10:25:35 -06:00
parent 54b1b6081a
commit 604fdf1545
9 changed files with 291 additions and 52 deletions

View File

@@ -5,7 +5,7 @@ meta {
}
post {
url: http://localhost:4000/api/auth/login
url: http://localhost:3000/api/auth/login
body: json
auth: none
}

View File

@@ -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
}