Skip to content

Commit

Permalink
Merge pull request #8 from Matsadura/fix
Browse files Browse the repository at this point in the history
[FIX] Fix app.views.users module not found
  • Loading branch information
Badr-Annabi authored Sep 10, 2024
2 parents fe3e7b1 + 0996586 commit 2cc23ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/api/views/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

app_views = Blueprint('app_views', __name__, url_prefix="/api")

from api.views.users import * # nopep8
from api.views.index import * # nopep8

0 comments on commit 2cc23ce

Please sign in to comment.