Skip to content

Commit

Permalink
Merge pull request #319 from framgia/HRIS-379
Browse files Browse the repository at this point in the history
HRIS-379 [BE] API for My Daily Time Record > Index
  • Loading branch information
Miguel21Monacillo authored Aug 2, 2024
2 parents 6d8a896 + bcae831 commit dec7913
Show file tree
Hide file tree
Showing 8 changed files with 1,461 additions and 1,199 deletions.
2 changes: 2 additions & 0 deletions api_v2/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { graphqlUploadExpress } from 'graphql-upload-ts';
import { WorkInterruptionModule } from './work-interruption/work-interruption.module';
import { APP_GUARD } from '@nestjs/core';
import { PositionsGuard } from './guards/position.guard';
import { TimeRecordModule } from './time-record/time-record.module';
import { UserModule } from './user/user.module';
import { DtrManagementModule } from './dtr-management/dtr-management.module';

Expand Down Expand Up @@ -82,6 +83,7 @@ import { DtrManagementModule } from './dtr-management/dtr-management.module';
LogoutModule,
FileUploadModule,
WorkInterruptionModule,
TimeRecordModule,
UserModule,
DtrManagementModule,
],
Expand Down
Loading

0 comments on commit dec7913

Please sign in to comment.