refactor source code
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { Injectable } from '@nestjs/common';
|
||||
import { Injectable } from '@nestjs/common'
|
||||
|
||||
@Injectable()
|
||||
export class RestfulService {
|
||||
getAllItems() {
|
||||
return 'Hello World';
|
||||
return 'Hello World'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user