better logging ant throtling

This commit is contained in:
compilando 2025-03-02 13:04:36 +01:00
parent f05fd437aa
commit ae379b097f
9 changed files with 429 additions and 27 deletions

View file

@ -3,5 +3,5 @@ import { AppService } from './app.service';
@Controller()
export class AppController {
constructor(private readonly appService: AppService) {}
constructor(private readonly appService: AppService) { }
}