-แก้ไขระบบ trow api และ ยิง

This commit is contained in:
x2Skyz
2025-11-16 21:45:57 +07:00
parent 60662d88d4
commit ccab40852c
9 changed files with 786 additions and 7 deletions

View File

@@ -22,6 +22,13 @@ const routes: Routes = [
(m) => m.MainControlModule
),
},
{
path: 'report',
loadChildren: () =>
import('./controls/report-control/report-control.module').then(
(m) => m.ReportControlModule
),
},
],
},