add web ui and user route

This commit is contained in:
2026-02-15 19:29:09 +03:00
parent 8d9b5c32c6
commit 7ced62517a
24 changed files with 3025 additions and 0 deletions

View 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
}

8
docs/api/user/folder.bru Normal file
View File

@@ -0,0 +1,8 @@
meta {
name: user
seq: 2
}
auth {
mode: inherit
}