Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Suj4LB committed Sep 18, 2024
1 parent 19cc067 commit 02528a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

@app.route("/", methods=['GET'])
def home():
return "Hi! This app is an API, there is no UI ;-)"
return "Hi Sujal ! This app is an API, there is no UI ;-)"


@app.route('/discover')
Expand Down

0 comments on commit 02528a4

Please sign in to comment.