docker
This commit is contained in:
@@ -3,6 +3,6 @@ import { Injectable } from '@nestjs/common';
|
||||
@Injectable()
|
||||
export class AppService {
|
||||
getHello(): any {
|
||||
return { success: true };
|
||||
return { success: true, date: new Date() };
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user