Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #295 from meower-media/develop
Browse files Browse the repository at this point in the history
fix: register /emojis blueprint
  • Loading branch information
tnix100 authored Aug 23, 2024
2 parents e13f00f + 173a64a commit a2069ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rest_api/v0/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from .auth import auth_bp
from .home import home_bp
from .me import me_bp
from .emojis import emojis_bp

v0 = Blueprint("v0", __name__)

Expand All @@ -19,4 +20,4 @@
v0.register_blueprint(users_bp)
v0.register_blueprint(chats_bp)
v0.register_blueprint(search_bp)

v0.register_blueprint(emojis_bp)

0 comments on commit a2069ad

Please sign in to comment.