We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130649f commit c8d16afCopy full SHA for c8d16af
1 file changed
user-service/app.py
@@ -16,4 +16,4 @@ def login():
16
17
@app.route('/health', methods=['GET'])
18
def health():
19
- return "User service is healthy", 200
+ return "User service is Healthy", 200
0 commit comments