Start working on get() channel route

This commit is contained in:
bitfl0wer 2023-05-23 14:31:21 +02:00
parent 8030b7f152
commit 9afce452a6
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
1 changed files with 2 additions and 0 deletions

View File

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