1 Commits

Author SHA1 Message Date
coward
1a5ab341ab 🐛
All checks were successful
continuous-integration/drone/tag Build is passing
2024-08-21 14:33:50 +08:00

View File

@@ -89,5 +89,9 @@ func (DashboardApi) ConnectionList(c *gin.Context) {
})
}
if len(connections) <= 0 {
connections = []vo.DataTraffic{}
}
response.R(c).OkWithData(connections)
}