fix: #999
This commit is contained in:
parent
0ba1f4e736
commit
333eeab756
@ -46,7 +46,7 @@ public class HeadHunterService(ILogger<HeadHunterService> logger, IOptions<HeadH
|
||||
{ "client_secret", _config.Secret },
|
||||
{ "code", authorizationCode },
|
||||
{ "grant_type", "authorization_code" },
|
||||
{ "redirect_uri", "https://jobot.lisoveliy.su/auth" }
|
||||
{ "redirect_url", "https://jobot.lisoveliy.su/auth" }
|
||||
};
|
||||
client.BaseAddress = new UriBuilder(_config.Links.HeadHunterApiDomain)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user