refactor!: add v1 prefix to endpoints
This commit is contained in:
parent
5053f83470
commit
a3e72cbb1b
12 changed files with 17 additions and 17 deletions
|
|
@ -33,7 +33,7 @@ type EmployeeOtherInfoUpdate = {
|
|||
birthPlace: string;
|
||||
};
|
||||
|
||||
@Route("api/employee/{employeeId}/other-info")
|
||||
@Route("api/v1/employee/{employeeId}/other-info")
|
||||
@Tags("Employee Other Info")
|
||||
@Security("keycloak")
|
||||
export class EmployeeOtherInfo extends Controller {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue