Skip to content

Commit

Permalink
Hi Mom
Browse files Browse the repository at this point in the history
  • Loading branch information
code-wolf-byte committed Sep 3, 2024
1 parent b5c1c19 commit 6108454
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/public/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@

@public_blueprint.route("/", methods=["GET"])
def index():
return jsonify({"message": "Welcome to SoDA's very random internal API"}), 200
return jsonify({"message": "Welcome to SoDA's very random internal API",
"status": "Hi, Mom"}), 200


@public_blueprint.route("/getnextevent", methods=["GET"])
Expand Down

0 comments on commit 6108454

Please sign in to comment.