Implement dummy story endpoint

This commit is contained in:
Ethan O'Brien
2024-02-26 20:40:43 -06:00
parent 26e51d0737
commit 841d2b0acd
3 changed files with 21 additions and 0 deletions

View File

@@ -12,3 +12,4 @@ pub mod friend;
pub mod live;
pub mod event;
pub mod chat;
pub mod story;