From 435fa87ada8155e933f1d45271b451e6398b17e8 Mon Sep 17 00:00:00 2001 From: Evilkeeper Date: Wed, 25 Dec 2024 01:24:27 +0700 Subject: [PATCH] Fix resource file format --- .../3.1/config/routes/boshurik_telegram_bot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boshurik/telegram-bot-bundle/3.1/config/routes/boshurik_telegram_bot.yaml b/boshurik/telegram-bot-bundle/3.1/config/routes/boshurik_telegram_bot.yaml index f1071ece7..7762e659a 100644 --- a/boshurik/telegram-bot-bundle/3.1/config/routes/boshurik_telegram_bot.yaml +++ b/boshurik/telegram-bot-bundle/3.1/config/routes/boshurik_telegram_bot.yaml @@ -1,3 +1,3 @@ boshurik_telegram_bot_routing: - resource: "@BoShurikTelegramBotBundle/Resources/config/routing.yml" + resource: "@BoShurikTelegramBotBundle/Resources/config/routing.php" prefix: "/_telegram/%telegram_route_secret%"