summaryrefslogtreecommitdiffstats
path: root/src/routes/artworks/comments.rs
blob: dfac7332fdb28d31c375da93ddf8e4aca92e5dc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
use poem::handler;

#[handler]
pub async fn post() {
    todo!()
}

#[handler]
pub async fn delete() {
    todo!()
}