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