Эндпоинт fcm/set-token.

This commit is contained in:
2025-04-15 18:44:43 +04:00
parent ccaabfe909
commit 542258df01
4 changed files with 117 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
mod update_callback;
mod set_token;
pub use update_callback::*;
pub use set_token::*;