mirror of
https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 00:52:40 +00: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