Skip to content

Commit

Permalink
fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
madebyzak committed Mar 11, 2025
1 parent 7836675 commit 2bbd986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/applications/applicationTypeRoutes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function applicationTypeRoutes({ auditService }: { auditService:
text: applicationType.name,
}))

res.render('pages/log-application/select-application-type', {
res.render('pages/log-application/select-application-type/index', {
title: 'Select application type',
applicationTypes,
errorMessage: null,
Expand Down

0 comments on commit 2bbd986

Please sign in to comment.