Skip to content
Snippets Groups Projects
Commit 9e11a7df authored by Guiusepe's avatar Guiusepe
Browse files

removed tests route on api.js

parent 0575682f
No related branches found
No related tags found
3 merge requests!309Merge new updates into master,!279Homologa,!276Course students update
Pipeline #27952 failed
......@@ -132,8 +132,6 @@ const message = require(`${libs}/routes/message`);
const courseStudents = require(`${libs}/routes/courseStudents`);
const tests = require(`${libs}/routes/tests`);
api.get('/', (req, res) => {
res.json({ msg: 'SimCAQ API is running' });
});
......@@ -191,6 +189,5 @@ api.use('/disciplines', disciplines);
api.use('/universityLocalOffer', universityLocalOffer);
api.use('/message', message);
api.use('/course_students', courseStudents);
api.use('/tests', tests);
module.exports = api;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment