Skip to content

Commit

Permalink
Update Changes & Bug Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nixrajput committed Jul 26, 2024
1 parent 36749b8 commit 1ce42cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ExceptionHandler from "../exceptions/Handler";
import Http from "../middlewares/Http";
import CORS from "../middlewares/CORS";
import Morgan from "../middlewares/Morgan";
import Routes from "./routes";
import Routes from "./Routes";
import FirebaseConfig from "../configs/FirebaseConfig";
import SwaggerDocs from "src/configs/swagger";
import { MongoDB } from "../configs/db";
Expand Down

0 comments on commit 1ce42cf

Please sign in to comment.