We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d10e1a commit 60e311dCopy full SHA for 60e311d
scripts/test_app.py
@@ -1,7 +1,7 @@
1
import httpx
2
from enum import Enum
3
4
-API_URL = "https://healthcareinfra.soham901.me"
+API_URL = "http://localhost:8000"
5
6
7
class Strategy(str, Enum):
0 commit comments