Skip to content

Commit

Permalink
更新 index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dddaniel1 authored Dec 19, 2024
1 parent 97009bb commit b2f9c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/aves/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import cache from '@/utils/cache';
export const route: Route = {
path: '/:category?',
categories: ['other'],
example: '/aves',
example: '/aves/current',
parameters: { category: '分类,见下表' },
features: {
requireConfig: false,
Expand Down

0 comments on commit b2f9c67

Please sign in to comment.