JustalK/PORTFOLIO

View on GitHub
server/routes/contacts.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('/my-identity').get(async (request, response) => {
response.status(constants.SUCCESS_CODE).json(await services.get_my_identity());
});
Severity: Major
Found in server/routes/contacts.js and 2 other locations - About 1 hr to fix
server/routes/resume.js on lines 12..14
server/routes/tags.js on lines 12..14

There are no issues that match your filters.

Category
Status