fix: try to fix HeadHunter hook
This commit is contained in:
parent
a868cb3e5c
commit
0ba1f4e736
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user