refactor(lst): refactored to be back to npm from bun
This commit is contained in:
@@ -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!"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user