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
Route-specific logic has been extracted from controllers/mod.rs into the
corresponding controllers
2 new CustomError variants: Notfound(for when a route is correct, but no
data is returned) and ServiceUnavailable(for when a connection to the
database cannot be established), both with a customized error message
that includes the error based on status code and details given by the
user
The DB name is now set from an env variable, DATABASE_NAME, and all env
variable logic has been moved to main.rs, as well as critical error
handling(panicking)
0 commit comments