From f173cac222bfe93aa6e026ab9c87232ec5447f5c Mon Sep 17 00:00:00 2001 From: soruma Date: Sat, 6 Jan 2024 09:39:00 +0900 Subject: [PATCH] fix domain name from api.jpx-jquants.com to api.jquants.com --- helper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper.go b/helper.go index e5f0318..05f9e02 100644 --- a/helper.go +++ b/helper.go @@ -10,7 +10,7 @@ import ( "time" ) -const BASE_URL = "https://api.jpx-jquants.com/v1" +const BASE_URL = "https://api.jquants.com/v1" const REFRESH_TOKEN_FILE = "refresh_token.edn" const ID_TOKEN_FILE = "id_token.edn"