no message
This commit is contained in:
parent
44022b311f
commit
4aabc4d136
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ import { PosLevel } from "../entities/PosLevel";
|
|||
@Route("api/v1/development/history/officer")
|
||||
@Tags("DevelopmentOfficerHistory")
|
||||
@Security("bearerAuth")
|
||||
export class DevelopmentHistoryController extends Controller {
|
||||
export class DevelopmentOfficerHistoryController extends Controller {
|
||||
private developmentHistoryRepository = AppDataSource.getRepository(DevelopmentHistory);
|
||||
private developmentRepository = AppDataSource.getRepository(Development);
|
||||
private posTypeRepository = AppDataSource.getRepository(PosType);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue