mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-03 02:53:16 +08:00
fix: QuickSettingOperator does not respect default settings
This commit is contained in:
@@ -3,8 +3,8 @@ import $ from '@/core/app';
|
||||
import { success } from '@/restful/response';
|
||||
|
||||
export default function register($app) {
|
||||
$app.post('/api/sort/sub', sortSubs);
|
||||
$app.post('/api/sort/collection', sortCollections);
|
||||
$app.post('/api/sort/subs', sortSubs);
|
||||
$app.post('/api/sort/collections', sortCollections);
|
||||
$app.post('/api/sort/artifacts', sortArtifacts);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user