first commit
هذا الالتزام موجود في:
8
src/app.service.ts
Normal file
8
src/app.service.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Injectable } from '@nestjs/common';
|
||||
|
||||
@Injectable()
|
||||
export class AppService {
|
||||
getHealth(): { status: string; service: string } {
|
||||
return { status: 'ok', service: 'oudelaa-backend' };
|
||||
}
|
||||
}
|
||||
المرجع في مشكلة جديدة
حظر مستخدم