Implement notice endpoint

This commit is contained in:
Ethan O'Brien
2024-02-26 20:41:26 -06:00
parent 05bf6c011e
commit 0ec158b889
3 changed files with 22 additions and 0 deletions

View File

@@ -13,3 +13,4 @@ pub mod live;
pub mod event;
pub mod chat;
pub mod story;
pub mod notice;