Updated some REST documentation (#9013)

This commit is contained in:
GabrieleDeri 2025-03-03 10:31:37 +01:00 committed by GitHub
parent d884c9bc14
commit 4c1026f54d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 28 additions and 19 deletions

View file

@ -27,4 +27,8 @@ for _,iface in pairs(names) do
end
end
if #stats == 0 then
stats = {"No flow collectors associated with ntopng"}
end
rest_utils.answer(rest_utils.consts.success.ok, stats)