Implement chat endpoint

This commit is contained in:
Ethan O'Brien
2024-02-26 20:39:47 -06:00
parent f20e948f16
commit 26e51d0737
3 changed files with 71 additions and 0 deletions

View File

@@ -11,3 +11,4 @@ pub mod lottery;
pub mod friend;
pub mod live;
pub mod event;
pub mod chat;