| 1 | import { Router } from 'express'; |
| 2 | import Users from '../controller/usersController'; |
| 3 | import { validate } from 'express-validation'; |
| 4 | import { NewUserValidator, SampleArrayRequestValidator } from '../types/user'; |
nothing calls this directly
no test coverage detected