update webhook
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
import { Injectable } from '@nestjs/common';
|
||||
|
||||
@Injectable()
|
||||
export class RestfulService {}
|
||||
export class RestfulService {
|
||||
getAllItems() {
|
||||
throw new Error('Method not implemented.');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user