Skip to content

Commit 19b7386

Browse files
authored
Merge pull request CapstoneDesign-HUFS#23 from CapstoneDesign-HUFS/feature/map/CapstoneDesign-HUFS#13
fix: 요청 시간 수정(10- -> 20)
2 parents 5c64186 + fc99325 commit 19b7386

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

map/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def get(self, request):
6767
params["itstId"] = itst_id
6868

6969
try:
70-
response = requests.get(base_url, params=params, timeout=10)
70+
response = requests.get(base_url, params=params, timeout=20)
7171
print("요청 URL:", response.request.url)
7272
response.raise_for_status()
7373
return Response(response.json())

0 commit comments

Comments
 (0)