Исправлен адрес для API запросов

This commit is contained in:
ErickSkrauch 2017-06-17 01:16:08 +03:00
parent b22f0551fa
commit a8d8fffaa5

View File

@ -5,7 +5,7 @@ import (
"net/http" "net/http"
) )
const domain = "https://dev.account.ely.by" const domain = "https://account.ely.by"
var Client = &http.Client{} var Client = &http.Client{}