JustalK/PORTFOLIO

View on GitHub
server/routes/resume.js

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Similar blocks of code found in 3 locations. Consider refactoring.
Open

routes.route('/').get(async (request, response) => {
response.status(constants.SUCCESS_CODE).json(await services.get_resume());
});
Severity: Major
Found in server/routes/resume.js and 2 other locations - About 1 hr to fix
server/routes/contacts.js on lines 12..14
server/routes/tags.js on lines 12..14
Category
Status