anhkhoiphan commited on
Commit
ab60990
·
verified ·
1 Parent(s): eecfd26

Sửa lỗi nhỏ ở link API

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import os
10
  import uuid
11
 
12
 
13
- API_BASE_URL = os.getenv("API_BASE_URL")
14
 
15
 
16
  @dataclass
 
10
  import uuid
11
 
12
 
13
+ API_BASE_URL = "https://sale-agent-m179.onrender.com"
14
 
15
 
16
  @dataclass