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 main.rs file has become bloated with route handlers, making it difficult to maintain. We should refactor it by moving the route definitions and handlers to separate modules.