Skip to content

Commit

Permalink
fix: 修复 sub-store-0 路由
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Sep 15, 2023
1 parent 1d31a80 commit 024582a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store",
"version": "2.14.56",
"version": "2.14.57",
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
"main": "src/main.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions backend/src/products/sub-store-0.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ import registerArtifactRoutes from '@/restful/artifacts';
import registerSettingRoutes from '@/restful/settings';
import registerMiscRoutes from '@/restful/miscs';
import registerSortRoutes from '@/restful/sort';
import registerFileRoutes from './file';
import registerModuleRoutes from './module';

migrate();
serve();
Expand All @@ -30,6 +32,8 @@ function serve() {
// register routes
registerCollectionRoutes($app);
registerSubscriptionRoutes($app);
registerFileRoutes($app);
registerModuleRoutes($app);
registerArtifactRoutes($app);
registerSettingRoutes($app);
registerSortRoutes($app);
Expand Down

0 comments on commit 024582a

Please sign in to comment.