ncutixavier/find-home

View on GitHub
src/app.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Showing 0 of 2 total issues

Similar blocks of code found in 2 locations. Consider refactoring.
Wontfix

app.all('*', (req, res) => {
res.status(404).json({
message: res.__('404')
})
})
Severity: Minor
Found in src/app.js and 1 other location - About 50 mins to fix
src/app.js on lines 32..36

Similar blocks of code found in 2 locations. Consider refactoring.
Wontfix

app.get('/', (req, res) => {
res.status(200).json({
message: res.__('welcome')
})
})
Severity: Minor
Found in src/app.js and 1 other location - About 50 mins to fix
src/app.js on lines 42..46

There are no issues that match your filters.

Category
Status