Skip to content

Commit

Permalink
backend(3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibiing committed Dec 17, 2024
1 parent f37a590 commit 0c3dde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import setupAuthRoutes from "./src/routes/authGoogle.js";
import manualAuthRoutes from "./src/routes/authManual.js";
import userRoutes from "./src/routes/userRoutes.js";
import imageRoutes from "./src/routes/imageRoutes.js";
import uploadRoutes from "./src/routes/uploadRoutes.js";
import uploadRoutes from "./src/uploads/image.js";

// Configuration and middleware
dotenv.config();
Expand Down

0 comments on commit 0c3dde0

Please sign in to comment.