diff --git a/src/api/auth.rs b/src/api/auth.rs index 6e78fac..ddd435c 100644 --- a/src/api/auth.rs +++ b/src/api/auth.rs @@ -196,7 +196,7 @@ pub async fn login(username: String, password: String) -> Result = { let rows = tx @@ -715,7 +715,7 @@ pub async fn delete_post(post_id: i32) -> Result