Skip to content

Commit 28fd3b3

Browse files
committed
[Fix] Change landing endpoint message
1 parent 61e4bec commit 28fd3b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

healthtools_ke_api/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ def index():
3434
"authentication": [],
3535
"endpoints": {
3636
"/": {"methods": ["GET"]},
37-
"/nurses": {"methods": ["GET"]}
37+
"/nurses": {"methods": ["GET"]},
38+
"/doctors": {"methods": ["GET"]},
39+
"/clinical-officers": {"methods": ["GET"]}
3840
}
3941
}
4042
return jsonify(msg)

0 commit comments

Comments
 (0)