realpython/members

View on GitHub
src/server/config/route.config.js

Summary

Maintainability
A
1 hr
Test Coverage

Function init has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  routeConfig.init = (app) => {

    // *** routes *** //
    const routes = require('../routes/index');
    const contactRoutes = require('../routes/contact');
Severity: Minor
Found in src/server/config/route.config.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status