mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-25 23:16:41 +07:00
#5 added webhook probe
This commit is contained in:
parent
1fe3d35540
commit
6344f6dc5a
4 changed files with 35 additions and 5 deletions
|
@ -11,8 +11,8 @@ import { corsMiddleware, errorMiddleware } from "./middleware";
|
|||
import { WebhookConfig } from "../../service/telegram/types";
|
||||
|
||||
export class HttpApi {
|
||||
app: Express;
|
||||
webhook: WebhookConfig;
|
||||
app!: Express;
|
||||
webhook!: WebhookConfig;
|
||||
|
||||
constructor(
|
||||
private props: HttpConfig,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue