From 6f058b176ad94a76f7b4bd529e0987504377f69a Mon Sep 17 00:00:00 2001 From: Alex Savin Date: Wed, 21 May 2025 00:17:09 -0400 Subject: [PATCH] Lowered more --- consts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consts.go b/consts.go index 0786425..116bcc4 100644 --- a/consts.go +++ b/consts.go @@ -1,6 +1,6 @@ package mysubaru -var MOBILE_API_VERSION = "/g2v32" +var MOBILE_API_VERSION = "/g2v31" var MOBILE_API_SERVER = map[string]string{ "USA": "https://mobileapi.prod.subarucs.com",