mirror of
https://github.com/elyby/chrly.git
synced 2025-05-31 14:11:51 +05:30
Исправлен адрес для API запросов
This commit is contained in:
2
lib/external/accounts/base.go
vendored
2
lib/external/accounts/base.go
vendored
@@ -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{}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user