This commit is contained in:
Bastian Wagner
2024-09-12 21:33:11 +02:00
parent 6abfdcb632
commit c00aad559d
36 changed files with 1118 additions and 397 deletions

View File

@@ -2,6 +2,7 @@ import { Injectable } from '@nestjs/common';
@Injectable()
export class AppService {
constructor() {}
getHello(): any {
return { success: true, date: new Date() };
}