Se agrego Cors, nombre a FK, trae responsables

This commit is contained in:
2025-10-29 09:47:48 -06:00
parent a3bcb0e3aa
commit 578c42b959
11 changed files with 120 additions and 145 deletions
+1
View File
@@ -13,6 +13,7 @@ import { AppController } from './app.controller';
ConfigModule.forRoot({
isGlobal: true,
}),
TypeOrmModule.forRoot({
type: 'mariadb',
host: process.env.DB_HOST,