Skip to content

Commit

Permalink
fix(route): mwm namespace
Browse files Browse the repository at this point in the history
close #14590
  • Loading branch information
TonyRL committed Nov 26, 2024
1 parent 3e2d8b4 commit 771f9fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/mvm/index.ts → lib/routes/mwm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { parseDate } from '@/utils/parse-date';
export const route: Route = {
path: '/:category?',
categories: ['journal'],
example: '/mvm',
example: '/mwm',
parameters: { category: '分类,见下表,默认为本期要目' },
features: {
requireConfig: false,
Expand Down
File renamed without changes.

0 comments on commit 771f9fc

Please sign in to comment.