fix: fix subscriptions api

This commit is contained in:
2025-05-10 02:31:58 +08:00
parent d2aab7369d
commit 8144986a48
42 changed files with 815 additions and 329 deletions

View File

@@ -26,6 +26,5 @@ pub mod migrations;
pub mod models;
pub mod storage;
pub mod task;
#[cfg(any(test, feature = "playground"))]
pub mod test_utils;
pub mod web;