You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The routes.py file mixes route handling and business logic.
Move task CRUD operations into a separate TaskService class
in app/services.py to improve separation of concerns.
The routes.py file mixes route handling and business logic.
Move task CRUD operations into a separate TaskService class
in app/services.py to improve separation of concerns.