This commit is contained in:
2026-01-18 20:17:59 +08:00
parent 7e05f5e76f
commit de9c14f070
23 changed files with 1825 additions and 71 deletions
+4 -1
View File
@@ -21,4 +21,7 @@
});
});
// 记账相关路由已迁移到 modules/Account/routes/api.php
// 记账相关路由
Route::middleware(['auth:api'])->prefix('account')->group(function () {
require base_path('modules/Account/routes/api.php');
});