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