We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e8f777 + 571a770 commit 7e273baCopy full SHA for 7e273ba
service/routes.py
@@ -22,7 +22,7 @@ def health():
22
############################################################
23
@app.route("/")
24
def index():
25
- """Returns information abut the service"""
+ """Returns information about the service"""
26
app.logger.info("Request for Base URL")
27
return jsonify(
28
status=status.HTTP_200_OK,
0 commit comments