Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit 5ca280f

Browse files
Removed home route
1 parent 718d425 commit 5ca280f

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

src/controllers/home.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/routes/home.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/routes/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
import { Application } from "express";
2-
import HomeRoutes from "./home";
32
import AuthRoutes from "./auth";
43
import ErrorRoutes from "./errors";
54

65
export default (app: Application) => {
7-
HomeRoutes(app);
86
AuthRoutes(app);
97
ErrorRoutes(app);
108
};

0 commit comments

Comments
 (0)