1
0
Fork 0
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:
Fedor Katurov 2021-05-12 13:45:21 +07:00
parent 1fe3d35540
commit 6344f6dc5a
4 changed files with 35 additions and 5 deletions

View file

@ -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,