GCSBOSS/api-joe

View on GitHub
lib/proxy.js

Summary

Maintainability
A
1 hr
Test Coverage

Function pass has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    pass({ req, res, log, flash, conf }){

        let target = flash.service.url + (flash.removePrefix
            ? req.url.substr(flash.service.name.length + 1)
            : req.url);
Severity: Minor
Found in lib/proxy.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status