Skip to content

Commit

Permalink
✨ feat: Rename profil blueprint to libraries for improved API clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Impre-visible committed Nov 18, 2024
1 parent 3a45e3a commit 4f8fa50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chocolate_app/routes/api/libraries.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from chocolate_app.routes.api.auth import token_required
from chocolate_app.utils.utils import generate_response, Codes

lib_bp = Blueprint("profil", __name__, url_prefix="/profil")
lib_bp = Blueprint("libraries", __name__, url_prefix="/libraries")


@lib_bp.route("/refresh/<lib_id>", methods=["GET", "POST"])
Expand Down

0 comments on commit 4f8fa50

Please sign in to comment.