Added version number to i18n web service calls.
This commit is contained in:
parent
75a02d9d83
commit
dc166fbbc3
2 changed files with 6 additions and 2 deletions
|
@ -92,7 +92,9 @@ all:
|
|||
|
||||
result = UserAgent.get(
|
||||
url,
|
||||
{},
|
||||
{
|
||||
version: Version.get,
|
||||
},
|
||||
{
|
||||
json: true,
|
||||
}
|
||||
|
|
|
@ -257,7 +257,9 @@ all:
|
|||
end
|
||||
result = UserAgent.get(
|
||||
url,
|
||||
{},
|
||||
{
|
||||
version: Version.get,
|
||||
},
|
||||
{
|
||||
json: true,
|
||||
open_timeout: 8,
|
||||
|
|
Loading…
Reference in a new issue