fix: tag
This commit is contained in:
parent
305fe32711
commit
00776151c5
4 changed files with 6 additions and 3 deletions
|
|
@ -42,7 +42,7 @@ type EmployeeInCountryNoticePayload = {
|
|||
};
|
||||
|
||||
@Route("api/v1/employee/{employeeId}/in-country-notice")
|
||||
@Tags("Employee Work")
|
||||
@Tags("Employee In Country Notice")
|
||||
@Middlewares(permissionCheck(globalAllow))
|
||||
export class EmployeeInCountryNoticeController extends Controller {
|
||||
@Get()
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ type EmployeePassportPayload = {
|
|||
};
|
||||
|
||||
@Route("api/v1/employee/{employeeId}/passport")
|
||||
@Tags("Employee Work")
|
||||
@Tags("Employee Passport")
|
||||
@Middlewares(permissionCheck(globalAllow))
|
||||
export class EmployeePassportController extends Controller {
|
||||
@Get()
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ type EmployeeVisaPayload = {
|
|||
};
|
||||
|
||||
@Route("api/v1/employee/{employeeId}/visa")
|
||||
@Tags("Employee Work")
|
||||
@Tags("Employee Visa")
|
||||
@Middlewares(permissionCheck(globalAllow))
|
||||
export class EmployeeVisaController extends Controller {
|
||||
@Get()
|
||||
|
|
|
|||
|
|
@ -26,6 +26,9 @@
|
|||
{ "name": "Customer Branch" },
|
||||
{ "name": "Employee" },
|
||||
{ "name": "Employee Checkup" },
|
||||
{ "name": "Employee Passport" },
|
||||
{ "name": "Employee Visa" },
|
||||
{ "name": "Employee In Country Notice" },
|
||||
{ "name": "Employee Work" },
|
||||
{ "name": "Employee Other Info" },
|
||||
{ "name": "Product Group" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue