Add /api/debug/error endpoint

This commit is contained in:
Ethan O'Brien
2024-03-28 11:11:48 -05:00
parent 052b1297d6
commit b099cbe497
3 changed files with 23 additions and 0 deletions

View File

@@ -14,3 +14,4 @@ pub mod event;
pub mod chat;
pub mod story;
pub mod notice;
pub mod debug;