| 1 | import { Router } from 'express'; |
| 2 | import { onError } from 'server/middlewares/error'; |
| 3 | import integrationMiddleware from 'server/middlewares/integration'; |
| 4 | import validationMiddleware from 'server/middlewares/validation'; |
nothing calls this directly
no test coverage detected