Skip to content

Commit

Permalink
Use onlky one path for eSignature
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxhoundn committed Sep 24, 2024
1 parent 60e7709 commit c05fbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/src/apps/esignature/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default (locale: Locales) =>
desc: L[locale].apps[ESIGNATURE_APP_NAME].longDesc(),
actions: mapActionsToApp(
ESIGNATURE_APP_NAME,
buildActionsFromSwaggerSchema(eSignature as OpenAPIV2.Document),
buildActionsFromSwaggerSchema(eSignature as OpenAPIV2.Document, ['/v2.1/accounts']),
locale
),
logo:
Expand Down

0 comments on commit c05fbaf

Please sign in to comment.