From 6282001a312416d460ca6b50849992165eea479a Mon Sep 17 00:00:00 2001 From: Mr-DareDevil Date: Thu, 24 Dec 2020 15:42:42 +0530 Subject: [PATCH] Test commit for Auto Deploy --- app/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes.py b/app/routes.py index 4bb420c..b2a1e37 100644 --- a/app/routes.py +++ b/app/routes.py @@ -9,7 +9,7 @@ @app.route(BASE_URL+'/') def index(): - return '

DSC-X Frames

' + return make_response(jsonify({"message": "DSC Frames API"})), 201 @app.route(BASE_URL+'/register', methods=['POST'])