Added the /info route into the v1 router
This commit is contained in:
parent
39653d3ec1
commit
2552ca3119
@ -5,10 +5,12 @@ import accountRoutes from "./account";
|
||||
import projectRoutes from "./project";
|
||||
import keyRoutes from "./key";
|
||||
import memberRoutes from "./member";
|
||||
import infoRoutes from "./info";
|
||||
|
||||
const app: Router = Router();
|
||||
|
||||
// Middlewares that don't require authentication
|
||||
app.use("/info", infoRoutes);
|
||||
app.use("/auth", authRoutes);
|
||||
app.use("/user", accountRoutes);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user