Feature/59 add tracks to log form (#70)

* adding tracks

* adding tracks

* adding tracks
This commit was merged in pull request #70.
This commit is contained in:
2025-03-22 09:28:10 -05:00
committed by GitHub
parent 70fde43801
commit 08498a64d8
27 changed files with 819 additions and 303 deletions

View File

@@ -44,11 +44,6 @@ import configuration from './config/configuration';
provide: APP_FILTER,
useClass: HttpExceptionFilter
},
// {
// provide: APP_GUARD,
// useClass: AuthGuard
// },
// Reflector
]
})
export class AppModule {}