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