diff --git a/app/routes.py b/app/routes.py index 8aa3782..954ec0e 100644 --- a/app/routes.py +++ b/app/routes.py @@ -5,7 +5,7 @@ @app.route('/') def home(): - return jsonify({ "status": "ok" }) + return jsonify({ "status": "okay this is succesfully done" }) @app.route('/menu') def menu(): @@ -16,4 +16,4 @@ def menu(): else: body = { "error": "Sorry, the service is not available today." } status = 404 - return jsonify(body), status \ No newline at end of file + return jsonify(body), status diff --git a/new-repo1 b/new-repo1 new file mode 160000 index 0000000..35115e7 --- /dev/null +++ b/new-repo1 @@ -0,0 +1 @@ +Subproject commit 35115e75771b8bf6b76176383bc0a54f45ac8844