added enities

This commit is contained in:
2023-02-28 16:33:04 -06:00
parent 8251599816
commit 7321c103b1
29 changed files with 430 additions and 15 deletions
+4
View File
@@ -0,0 +1,4 @@
import { Controller } from '@nestjs/common';
@Controller('miembro')
export class MiembroController {}