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
Refactor requests to use ApiResponse for standardized handling
Updated request and handler interfaces to return ApiResponse<T> instead of raw types for more structured responses. Modified controllers with streamlined result-handling logic, replacing try-catch error responses. Introduced ApiResponse utilities and custom controller base for better response encapsulation.
0 commit comments