prestamo okay

This commit is contained in:
arturo
2020-08-28 11:29:44 -05:00
parent 4ccd7b674d
commit 9865e76ba9
13 changed files with 1157 additions and 35 deletions
+8
View File
@@ -0,0 +1,8 @@
import { Router } from 'express'
import { TipoController } from '@src/controller/Tipo'
const router = Router()
router.get('/', TipoController.getAll)
export default router