diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2019-03-15 17:40:48 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2019-04-27 09:22:56 +0200 |
| commit | bfa26599ec3d37343ed6e0c4bf0d403feb89ecd2 (patch) | |
| tree | fcbd6854502a47f33aff593a0bcb3356a6b69e99 /backend | |
| parent | bf46595e32971a12c0cfcbb8b7b054ad454f17d1 (diff) | |
| download | brokentalents-bfa26599ec3d37343ed6e0c4bf0d403feb89ecd2.tar.gz brokentalents-bfa26599ec3d37343ed6e0c4bf0d403feb89ecd2.zip | |
update to 4.1
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/config.js b/backend/config.js index 49d74f2..b199d4f 100644 --- a/backend/config.js +++ b/backend/config.js @@ -21,9 +21,9 @@ module.exports = { baseUrl: 'https://api.dc01.gamelockerapp.com', timeout: 3, /* available: 3.1, 3.2, 3.3, … */ - patchVersion: '4.0', + patchVersion: '4.1', /* moment js parsable string */ - startDate: '2019-02-13 18Z', + startDate: '2019-03-13 16Z', /* available: eu, na, sg, cn, sa, ea */ regions: ['sg', 'eu', 'na'], /* available: casual, 5v5_pvp_casual, ranked, 5v5_pvp_ranked, blitz_pvp_ranked, casual_aral */ |
