@@ -273,7 +273,7 @@ func (h *Handler) Accounts(username *string) (a []Account, err error) {
273273 request = request .WithContext (ctx )
274274
275275 rt := WithHeader (client .Transport )
276- rt .Set ("Host" , "myhome.novotelecom .ru" )
276+ rt .Set ("Host" , "myhome.proptech .ru" )
277277 rt .Set ("Content-Type" , "application/json" )
278278 rt .Set ("Connection" , "keep-alive" )
279279 rt .Set ("Accept" , "*/*" )
@@ -338,7 +338,7 @@ func (h *Handler) RequestCode(username *string, account Account) (result bool, e
338338 request = request .WithContext (ctx )
339339
340340 rt := WithHeader (client .Transport )
341- rt .Set ("Host" , "myhome.novotelecom .ru" )
341+ rt .Set ("Host" , "myhome.proptech .ru" )
342342 rt .Set ("Content-Type" , "application/json" )
343343 rt .Set ("User-Agent" , API_USER_AGENT )
344344 rt .Set ("Connection" , "keep-alive" )
@@ -418,7 +418,7 @@ func (h *Handler) SendCode(r *http.Request) (authToken, refreshToken string, err
418418 request = request .WithContext (ctx )
419419
420420 rt := WithHeader (client .Transport )
421- rt .Set ("Host" , "myhome.novotelecom .ru" )
421+ rt .Set ("Host" , "myhome.proptech .ru" )
422422 rt .Set ("Content-Type" , "application/json" )
423423 rt .Set ("User-Agent" , API_USER_AGENT )
424424 rt .Set ("Connection" , "keep-alive" )
0 commit comments