add web ui and user route
This commit is contained in:
16
docs/api/user/Get authenticated user.bru
Normal file
16
docs/api/user/Get authenticated user.bru
Normal file
@@ -0,0 +1,16 @@
|
||||
meta {
|
||||
name: Get authenticated user
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{base_url}}/api/user
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user