mirror of
https://github.com/sasjs/server.git
synced 2026-07-24 05:32:15 +00:00
chore: restructured controllers
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user