Skip to content

Commit ac7322e

Browse files
fix bug:overwriting an existing endpoint function logistical_list (wuhan2020#9)
* add gitignore * add hospitals * adapt for serverless * inline import * fix bug:overwriting an existing endpoint function logistical_list
1 parent 1c731b4 commit ac7322e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,4 @@ def hospital_list():
125125
"success":False,
126126
"msg":e.message,
127127
}
128-
return json.dumps(response,ensure_ascii=False)
129-
128+
return json.dumps(response,ensure_ascii=False)

0 commit comments

Comments
 (0)