router.js

Summary

Maintainability
A
35 mins
Test Coverage

Showing 1 of 1 total issue

Function routing has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

function routing(config) {
"use strict";
handlers = handlers(config);
return {
router: function (req, res){
Severity: Minor
Found in router.js - About 35 mins to fix
Category
Status