Skip to content

Commit 60e311d

Browse files
committed
fix
1 parent 7d10e1a commit 60e311d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test_app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import httpx
22
from enum import Enum
33

4-
API_URL = "https://healthcareinfra.soham901.me"
4+
API_URL = "http://localhost:8000"
55

66

77
class Strategy(str, Enum):

0 commit comments

Comments
 (0)