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