feat: add llm.txt
This commit is contained in:
20
backend/tests/super.http
Normal file
20
backend/tests/super.http
Normal file
@@ -0,0 +1,20 @@
|
||||
@host = http://localhost:8080
|
||||
|
||||
|
||||
|
||||
### Login
|
||||
POST {{ host }}/super/v1/auth/login
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"username":"test-user",
|
||||
"password":"test-password"
|
||||
}
|
||||
|
||||
### update tenant expire
|
||||
PATCH {{ host }}/super/v1/tenants/2
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"duration": 7
|
||||
}
|
||||
Reference in New Issue
Block a user