Skip to content

Commit

Permalink
feat: remove radar.ts maintainer.ts router.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Mar 9, 2024
1 parent 87c6f50 commit d83c85a
Show file tree
Hide file tree
Showing 2,962 changed files with 0 additions and 42,937 deletions.
2 changes: 0 additions & 2 deletions lib/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import parameter from '@/middleware/parameter';

import logger from '@/utils/logger';

// import initRoutes from '@/init-routes';
import { notFoundHandler, errorHandler } from '@/errors';
import registry from '@/registry';

Expand All @@ -37,7 +36,6 @@ app.use(antiHotlink);
app.use(parameter);
app.use(cache);

// initRoutes(app);
registry(app);

app.notFound(notFoundHandler);
Expand Down
65 changes: 0 additions & 65 deletions lib/init-routes.ts

This file was deleted.

76 changes: 0 additions & 76 deletions lib/routes-new/bilibili/bangumi.ts

This file was deleted.

6 changes: 0 additions & 6 deletions lib/routes-new/bilibili/namespace.ts

This file was deleted.

Loading

0 comments on commit d83c85a

Please sign in to comment.