Skip to content

Commit

Permalink
fix(route/steam): sharefile example route (#15894)
Browse files Browse the repository at this point in the history
  • Loading branch information
NyaaaDoge authored Jun 13, 2024
1 parent b8a048b commit 6ca6805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/steam/sharefile-changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { parseDate } from '@/utils/parse-date';
export const route: Route = {
path: '/sharefile-changelog/:sharefileID/:routeParams?',
categories: ['game'],
example: '/sharefile-changelog/2851063440/l=schinese',
example: '/steam/sharefile-changelog/2851063440/l=schinese',
parameters: {
sharefileID: 'Steam community sharefile id. Usually refers to a workshop item.',
routeParams: 'Route parameters.',
Expand Down

0 comments on commit 6ca6805

Please sign in to comment.