Skip to content

Commit

Permalink
Add routes for report templates
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaugiralt committed Mar 8, 2024
1 parent 007a0dd commit a22b04f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/src/constants/portal-routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,12 @@ const routes = {
requires: 'id',
},

reportTemplates: 'settings.reports',
reportTemplateDetails: {
name: 'settings.reports.template.details',
requires: 'id',
},

billingStreams: 'commerce.billing.streams',
billingStreamDetails: {
name: 'commerce.billing.streams.details',
Expand Down

0 comments on commit a22b04f

Please sign in to comment.