Skip to content

Commit

Permalink
fix:init
Browse files Browse the repository at this point in the history
  • Loading branch information
thorkellmani committed May 10, 2024
1 parent 414bcb2 commit bfb8d87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/api/infra/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ import {
OccupationalLicenses,
ShipRegistry,
DistrictCommissionersPCard,
DistrictCommissionersLicenses,
DirectorateOfImmigration,
Hunting,
SignatureCollection,
Expand Down Expand Up @@ -395,6 +396,7 @@ export const serviceSetup = (services: {
DrivingLicense,
Payment,
DistrictCommissionersPCard,
DistrictCommissionersLicenses,
Finance,
Education,
NationalRegistry,
Expand Down
2 changes: 2 additions & 0 deletions apps/download-service/infra/download-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
Vehicles,
WorkMachines,
DistrictCommissionersLicenses,
DistrictCommissionersPCard,
} from '../../../infra/src/dsl/xroad'

export const serviceSetup = (services: {
Expand Down Expand Up @@ -54,6 +55,7 @@ export const serviceSetup = (services: {
UniversityCareers,
WorkMachines,
Education,
DistrictCommissionersPCard,
DistrictCommissionersLicenses,
)
.ingress({
Expand Down

0 comments on commit bfb8d87

Please sign in to comment.