refactor: timeline analyze.

This commit is contained in:
2026-04-30 10:24:59 +08:00
parent f1dae98805
commit c6824e9ff3
2 changed files with 124 additions and 0 deletions
+1
View File
@@ -90,6 +90,7 @@ func SetupRouter() *gin.Engine {
admin.GET("/statistics/ai-analysis-records", statisticsController.ListAIAnalysisRecords)
admin.DELETE("/statistics/ai-analysis-records/:id", statisticsController.DeleteAIAnalysisRecord)
admin.GET("/statistics/ai-analysis", statisticsController.StatisticsByRegion)
admin.GET("/statistics/ai-analysis-timeline", statisticsController.TimelineStatistics)
}
v1.GET("/admin/system-debug/mqtt/ws", systemDebugController.MqttWebSocket)