refactor!: add v1 prefix to endpoints

This commit is contained in:
Methapon2001 2024-06-06 09:42:02 +07:00
parent 5053f83470
commit a3e72cbb1b
12 changed files with 17 additions and 17 deletions

View file

@ -78,7 +78,7 @@ function branchImageLoc(id: string) {
return `branch/branch-img-${id}`;
}
@Route("api/branch")
@Route("api/v1/branch")
@Tags("Branch")
@Security("keycloak")
export class BranchController extends Controller {