Skip to content

Commit

Permalink
fix: missing lookup function in resources service
Browse files Browse the repository at this point in the history
  • Loading branch information
GPaoloni committed Jan 15, 2025
1 parent e0981a5 commit da91db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources-domain/resources-service/src/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const configureInternalService = ({
webServer.use(
'/v0/accounts/:accountSid/resources',
addAccountSidMiddleware,
staticKeyAuthorizationMiddleware,
staticKeyAuthorizationMiddleware(authSecretsLookup.staticKeyLookup),
internalApiV0(),
);
webServer.use(
Expand Down

0 comments on commit da91db0

Please sign in to comment.