Skip to content

Commit

Permalink
fix @
Browse files Browse the repository at this point in the history
  • Loading branch information
Keywos committed Sep 15, 2023
1 parent 024582a commit 9acc161
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.57",
"version": "2.14.58",
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
"main": "src/main.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions backend/src/products/sub-store-0.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +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';
import registerFileRoutes from '@/restful/file';
import registerModuleRoutes from '@/restful/module';

migrate();
serve();
Expand Down

0 comments on commit 9acc161

Please sign in to comment.