feat: update
This commit is contained in:
12
backend/super.http
Normal file
12
backend/super.http
Normal file
@@ -0,0 +1,12 @@
|
||||
@host = http://localhost:8080
|
||||
|
||||
|
||||
|
||||
## Login
|
||||
POST {{ host }}/super/v1/auth/login
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"username":"aa",
|
||||
"password":"bb"
|
||||
}
|
||||
Reference in New Issue
Block a user