FredericHeem/starhackit

View on GitHub
server/src/server/koa/koaServer.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function KoaServer has 62 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function KoaServer(app) {
  const { config } = app;
  let httpHandle;
  let rootRouter = new Router();
  let baseRouter = new Router();
Severity: Major
Found in server/src/server/koa/koaServer.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status