79426542

Date: 2025-02-10 09:03:37
Score: 2
Natty:
Report link
app.use("/api/v1/tasks", taskRoutes);

should be
app.use("/api/v2/tasks", taskRoutes);
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Azim