mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-08-31 00:10:30 +00:00
7 lines
172 B
Rust
7 lines
172 B
Rust
use revolt_quark::{EmptyResponse, Result};
|
|
|
|
#[delete("/<target>")]
|
|
pub async fn req(/*user: UserRef, target: Ref*/ target: String) -> Result<EmptyResponse> {
|
|
todo!()
|
|
}
|