Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VikramjeetD authored and AetherPrior committed Jun 13, 2020
1 parent 5ba4822 commit 72836de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions routes/api/dashboard.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
const express = require("express");
const router = express.Router();
const { check, query, validationResult } = require("express-validator");
const loggedIn = require("../../middleware/auth");
const loggedIn = require("../../middleware/auth"); // TODO: Include admin middleware here
const TimeTable = require("../../models/TimeTable");
const Student = require("../../models/Student");
const Login = require("../../models/Login");

const mscBranches = ["BIO", "CHEM", "ECO", "MATH", "PHY"];
Expand Down

0 comments on commit 72836de

Please sign in to comment.