From 6ca6805f71e3aa2672fdc7024ce4d7d8f9c7e487 Mon Sep 17 00:00:00 2001 From: NyaaaDoge Date: Fri, 14 Jun 2024 03:55:10 +0800 Subject: [PATCH] fix(route/steam): sharefile example route (#15894) --- lib/routes/steam/sharefile-changelog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/steam/sharefile-changelog.ts b/lib/routes/steam/sharefile-changelog.ts index db641095f96fe1..8a0fe49ea2fc05 100644 --- a/lib/routes/steam/sharefile-changelog.ts +++ b/lib/routes/steam/sharefile-changelog.ts @@ -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.',