fix: try to fix HeadHunter hook

This commit is contained in:
Pavel-Savely Savianok 2025-07-16 21:02:59 +03:00
parent a868cb3e5c
commit 0ba1f4e736

View File

@ -46,7 +46,7 @@ public class HeadHunterService(ILogger<HeadHunterService> logger, IOptions<HeadH
{ "client_secret", _config.Secret },
{ "code", authorizationCode },
{ "grant_type", "authorization_code" },
{ "redirect_uri", "" }
{ "redirect_uri", "https://jobot.lisoveliy.su/auth" }
};
client.BaseAddress = new UriBuilder(_config.Links.HeadHunterApiDomain)
{