chore: group two controller together
This commit is contained in:
parent
75050aca90
commit
88a7a4431a
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ export class BranchUserController extends Controller {
|
||||||
type UserBranchBody = { branch: string[] };
|
type UserBranchBody = { branch: string[] };
|
||||||
|
|
||||||
@Route("api/user/{userId}/branch")
|
@Route("api/user/{userId}/branch")
|
||||||
@Tags("User Branch")
|
@Tags("Branch User")
|
||||||
@Security("keycloak")
|
@Security("keycloak")
|
||||||
export class UserBranchController extends Controller {
|
export class UserBranchController extends Controller {
|
||||||
@Get()
|
@Get()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue