pub async fn delete_request(
jar: CookieJar,
__arg1: State<Database>,
__arg2: Json<DeleteProfile>,
) -> impl IntoResponse
Expand description
Delete the current user’s profile
pub async fn delete_request(
jar: CookieJar,
__arg1: State<Database>,
__arg2: Json<DeleteProfile>,
) -> impl IntoResponse
Delete the current user’s profile