Skip to content

Commit 7a02e9f

Browse files
committed
altering the app file until I fix the controllers
1 parent 2410e87 commit 7a02e9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ app.get("/", (req, res) => {
2424
});
2525

2626
app.use("/api/login", loginRouter);
27-
app.use("/api/logout", logoutRouter);
27+
// app.use("/api/logout", logoutRouter);
2828
app.use("/api/users", usersRouter);
2929
app.use("/api/posts", postsRouter);
3030
app.use("/api/authors", authorsRouter);

0 commit comments

Comments
 (0)