Skip to content

Commit

Permalink
Test commit for Auto Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
arnabsen1729 committed Dec 24, 2020
1 parent 95224b9 commit 6282001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

@app.route(BASE_URL+'/')
def index():
return '<h1>DSC-X Frames</h1>'
return make_response(jsonify({"message": "DSC Frames API"})), 201


@app.route(BASE_URL+'/register', methods=['POST'])
Expand Down

0 comments on commit 6282001

Please sign in to comment.