refactor api
This commit is contained in:
@@ -3,6 +3,6 @@ import { Injectable } from '@nestjs/common';
|
||||
@Injectable()
|
||||
export class RestfulService {
|
||||
getAllItems() {
|
||||
throw new Error('Method not implemented.');
|
||||
return 'Hello World';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user