Skip to content

Commit

Permalink
Fix routes
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhand committed Dec 27, 2024
1 parent b838756 commit 17c72a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hrm-domain/hrm-core/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const configureInternalService = ({ webServer }: { webServer: Express })
);

webServer.use(
'/admin/v0/accounts/:accountSid',
'/internal/v0/accounts/:accountSid',
addAccountSidMiddleware,
setupPermissions(openPermissions),
staticKeyAuthorizationMiddleware,
Expand Down

0 comments on commit 17c72a9

Please sign in to comment.