summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangiin Lee <changiinlee@Changiinui-MacBookPro.local>2024-07-30 21:02:55 +0900
committerChangiin Lee <changiinlee@Changiinui-MacBookPro.local>2024-07-30 21:02:55 +0900
commitac73f27209a1212ca09e48fc7154ab7a71bc3e5e (patch)
tree1174c3609bff340857fa581a96b3ea5524149f28
parentaf4ae7370d7212bd1689ebc85c5ef1f6ffd3e04e (diff)
Edit base urlHEADdevelop
-rw-r--r--girok/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/girok/constants.py b/girok/constants.py
index 8461db6..caafe82 100644
--- a/girok/constants.py
+++ b/girok/constants.py
@@ -4,7 +4,7 @@ from enum import Enum
import typer
# App Config
-BASE_URL = "girok-server-prod-2104060695.ap-northeast-1.elb.amazonaws.com/api/v1/"
+BASE_URL = "http://girok-server-prod-2104060695.ap-northeast-1.elb.amazonaws.com/api/v1/"
APP_NAME = "girok"
APP_DIR = typer.get_app_dir(APP_NAME)
CONFIG_PATH = os.path.join(APP_DIR, "config.json")