chore: restructured controllers

This commit is contained in:
Saad Jutt
2021-11-11 03:40:57 +05:00
parent 7a8123eb52
commit 1814c3a1f4
27 changed files with 84 additions and 66 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ interface UserDetailsResponse {
@Security('bearerAuth')
@Route('SASjsApi/user')
@Tags('User')
export default class UserController {
export class UserController {
/**
* @summary Get list of all users (username, displayname). All users can request this.
*