We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86757fc commit efcc5b7Copy full SHA for efcc5b7
backend/PyMatcha/routes/api/history.py
@@ -7,7 +7,7 @@
7
from PyMatcha.utils.success import SuccessOutput
8
9
10
-history_bp = Blueprint("history_bp", __name__)
+history_bp = Blueprint("history", __name__)
11
12
13
@history_bp.route("/history/viewed")
0 commit comments