Skip to content

Commit f545e50

Browse files
committed
update urls.py
1 parent 138d543 commit f545e50

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

server/balancer_backend/urls.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,5 @@
1919

2020
urlpatterns = [
2121
path("admin/", admin.site.urls),
22-
path("api/chatgpt/extract_text/", chatgpt.extract_text, name="post_web_text"),
23-
path("api/chatgpt/diagnosis/", chatgpt.diagnosis, name="post_diagnosis"),
24-
path("api/chatgpt/chat", chatgpt.chatgpt, name="chatgpt"),
25-
path("api/chatgpt/list_drugs", listDrugs.medication, name="listDrugs"),
26-
path("api/chatgpt/risk", risk.medication, name="risk"),
2722
path("", include("views.urls", prefix="api/")),
2823
]

0 commit comments

Comments
 (0)