Files
shields/services/github/gist/github-gist-last-commit-redirect.service.js
chris48s c8a0a8660e tidy up [GitHubGist] routes (#8510)
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2022-11-04 19:43:14 +00:00

9 lines
274 B
JavaScript

import { redirector } from '../../index.js'
export default redirector({
category: 'activity',
route: { base: 'github-gist/last-commit', pattern: ':gistId' },
transformPath: ({ gistId }) => `/github/gist/last-commit/${gistId}`,
dateAdded: new Date('2022-10-09'),
})