| 1 | import { Request, Response } from 'express' |
| 2 | import { createLogger } from '../../factories/logger-factory' |
| 3 | import { getRemoteAddress } from '../../utils/http' |
| 4 | import { IController } from '../../@types/controllers' |
nothing calls this directly
no test coverage detected