diff --git a/restoran_max_bot/max_bot/max_api.py b/restoran_max_bot/max_bot/max_api.py index 1ee9a25..9608b11 100644 --- a/restoran_max_bot/max_bot/max_api.py +++ b/restoran_max_bot/max_bot/max_api.py @@ -5,7 +5,7 @@ from max_bot.models import Client from restoran_max_bot.common import common_get_menu, common_get_data from restoran_max_bot.settings import DEBUG -url_max = "https://platform-api2.max.ru" +url_max = "https://platform-api.max.ru" def maxbot_send_text_message(chat_id: str, max_token: str, message: str):