first commit

This commit is contained in:
2025-10-17 12:09:02 -06:00
commit d39a46b4ec
16 changed files with 10768 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import { Injectable } from '@nestjs/common';
@Injectable()
export class AppService {
getHello(): string {
return 'Hello World!';
}
}