| 1 | import { Request, Router } from "express" |
| 2 | import { HttpCode, HttpError } from "../../common/http" |
| 3 | import { getHost, ensureProxyEnabled, authenticated, ensureAuthenticated, ensureOrigin, redirect, self } from "../http" |
| 4 | import { proxy } from "../proxy" |
nothing calls this directly
no test coverage detected