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 27, 2024
1 parent e1e750b commit fbf1d1f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/src/app/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/app/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import CORS from "../middlewares/CORS";
import Morgan from "../middlewares/Morgan";
import Routes from "./app-routes";
import FirebaseConfig from "../config/firebase";
import SwaggerDocs from "src/config/swagger";
import SwaggerDocs from "../config/swagger";
import { MongoDB } from "../config/db";

/**
Expand Down

0 comments on commit fbf1d1f

Please sign in to comment.