Skip to content

Commit

Permalink
Routes with bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
devbenho committed Jun 1, 2024
1 parent a645212 commit aca3b09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/src/web/rest/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { inject, injectable } from 'inversify';
import 'reflect-metadata';
import { AuthController } from './controllers/auth.controller';
import BaseController from './controllers/base.controller';
import { PostsController } from './controllers/posts.controller';
import { AuthMiddleware } from './middlewares/login.mw';
import asyncWrapper from './infrastructure/async-wrapper';

@injectable()
Expand Down

0 comments on commit aca3b09

Please sign in to comment.