1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-25 15:06:41 +07:00

getting webhook pathname from url

This commit is contained in:
Fedor Katurov 2021-04-26 12:46:42 +07:00
parent 87da9078fe
commit f444a7d194
3 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,6 @@ import { HttpConfig } from "../api/http/types";
import { LoggerConfig } from "../service/logger/types";
export interface WebhookConfig {
path?: string;
url?: string;
enabled?: boolean;
}