Skip to content

Commit c8d16af

Browse files
v2.8
1 parent 130649f commit c8d16af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user-service/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ def login():
1616

1717
@app.route('/health', methods=['GET'])
1818
def health():
19-
return "User service is healthy", 200
19+
return "User service is Healthy", 200

0 commit comments

Comments
 (0)