not-found page, #85, client logging

This commit is contained in:
2024-08-13 19:06:32 +02:00
parent 1f8febc479
commit a8bb163acf
15 changed files with 233 additions and 185 deletions

View File

@@ -0,0 +1,7 @@
import { Module } from '@nestjs/common';
import { LogController } from './log.controller.js';
@Module({
controllers: [LogController],
})
export class LogModule {}