update webhook

This commit is contained in:
2024-10-13 16:22:07 +07:00
parent 56c11a4b77
commit 641c0622a5
7 changed files with 153 additions and 10 deletions

View File

@@ -1,4 +1,8 @@
import { Injectable } from '@nestjs/common';
@Injectable()
export class RestfulService {}
export class RestfulService {
getAllItems() {
throw new Error('Method not implemented.');
}
}