Skip to content

Commit

Permalink
Change [issuestats] redirector from format to pattern
Browse files Browse the repository at this point in the history
Ref #3329
  • Loading branch information
paulmelnikow committed Oct 16, 2020
1 parent 43f7adb commit 6ea758b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions services/issuestats/issuestats.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ const { deprecatedService } = require('..')

module.exports = deprecatedService({
category: 'issue-tracking',
route: {
base: 'issuestats',
format: '(?:.*?)',
},
route: { base: 'issuestats', pattern: ':params*' },
label: 'issue stats',
dateAdded: new Date('2018-09-01'),
})

0 comments on commit 6ea758b

Please sign in to comment.