Skip to content

Commit

Permalink
fix for routes
Browse files Browse the repository at this point in the history
Closes #198
  • Loading branch information
uparkalau committed Sep 10, 2024
1 parent 5c16031 commit 508bb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/routes/popup.routes.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const express = require("express");
const popupController = require("../controllers/popupController");
const popupController = require("../controllers/popup.controller");
const authenticateJWT = require("../middleware/auth.middleware");

const router = express.Router();
Expand Down

0 comments on commit 508bb41

Please sign in to comment.