feat: gacha roll, user auth

This commit is contained in:
Maulana Sodiqin
2025-03-18 14:13:53 +07:00
parent 0c28d34d57
commit 12043f027c
17 changed files with 174 additions and 86 deletions
+1 -2
View File
@@ -13,8 +13,7 @@ pub mod error {
impl IntoResponse for Error {
fn into_response(self) -> Response {
(StatusCode::INTERNAL_SERVER_ERROR, Json(self.to_string()))
.into_response()
(StatusCode::INTERNAL_SERVER_ERROR, Json(self.to_string())).into_response()
}
}