refactor(lst): refactored to be back to npm from bun

This commit is contained in:
2025-02-27 08:36:05 -06:00
parent 4c73fb0317
commit 379f7b836d
75 changed files with 15693 additions and 2705 deletions

View File

@@ -5,14 +5,14 @@ meta {
}
post {
url: http://localhost:3000/api/auth/login
url: http://localhost:4000/api/auth/login
body: json
auth: none
}
body:json {
{
"username": "adm_matthes",
"password": "Nova0511!"
"username": "matthes01",
"password": "99Monsters200Scary!"
}
}

View File

@@ -5,8 +5,8 @@ meta {
}
get {
url: http://localhost:3000/api/server/modules
body: json
url: http://localhost:4000/api/server/modules
body: none
auth: none
}