From 0dae5a2a134be36213a6ce6ccbfa08891c0d2070 Mon Sep 17 00:00:00 2001 From: Lisoveliy Date: Wed, 16 Jul 2025 20:39:37 +0300 Subject: [PATCH] fix: fixed appsettings.json --- JOBot.Backend/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JOBot.Backend/appsettings.json b/JOBot.Backend/appsettings.json index 6af15be..ae7b3b2 100644 --- a/JOBot.Backend/appsettings.json +++ b/JOBot.Backend/appsettings.json @@ -11,7 +11,7 @@ }, "HeadHunter": { "Links": { - "AuthLink": "https://hh.ru/oauth/authorize?response_type=code&client_id={client_id}&redirect_uri={redirect_uri}", + "AuthLink": "https://hh.ru/oauth/authorize?response_type=code&client_id={0}&redirect_uri={1}", "HookDomain": "jobot.lisoveliy.su", "HookRoute": "/auth", "HeadHunterApiDomain": "api.hh.ru",