Skip to content

Commit

Permalink
Randomness check
Browse files Browse the repository at this point in the history
  • Loading branch information
code-wolf-byte committed Sep 2, 2024
1 parent 6203e21 commit 995737c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/public/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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


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

0 comments on commit 995737c

Please sign in to comment.