v2: fix switch case in test API (был сломан sed-ом)

This commit is contained in:
2026-06-12 22:29:24 +04:00
parent e7f0611947
commit 23c59c1aae
3 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
// ═══════════════════════════════════════════════════════════════════════════════
module.exports = {
version: '0.5.83',
version: '0.5.84',
iamUrl: process.env.V2_IAM_API_URL || 'https://auth-api.ngcloud.ru',
appUrl: process.env.V2_APP_URL || 'https://whitelist.nodejsk8s.services.ngcloud.ru',
};