1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-07 06:30:06 +00:00

chore: added client docs + tags

This commit is contained in:
Saad Jutt
2021-11-05 04:37:43 +05:00
parent ae34aa52f0
commit 52c3823f20
10 changed files with 85 additions and 43 deletions

View File

@@ -1,5 +1,7 @@
import {
Security,
Route,
Tags,
Path,
Query,
Example,
@@ -8,8 +10,7 @@ import {
Patch,
Delete,
Body,
Hidden,
Security
Hidden
} from 'tsoa'
import bcrypt from 'bcryptjs'
@@ -31,6 +32,7 @@ interface userDetailsResponse {
@Security('bearerAuth')
@Route('SASjsApi/user')
@Tags('User')
export default class UserController {
/**
* Get list of all users (username, displayname). All users can request this.