Start working on get() channel route

This commit is contained in:
bitfl0wer 2023-05-23 14:31:21 +02:00
parent 985e180c65
commit fd0442dcc9
1 changed files with 2 additions and 0 deletions

View File

@ -198,4 +198,6 @@ impl types::Channel {
}), }),
} }
} }
pub async fn get() {}
} }