mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fix rest/v1/get/host/l7/stats content type
This commit is contained in:
parent
3d4a072875
commit
d5453fe972
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ local rest_utils = require("rest_utils")
|
|||
-- NOTE: in case of invalid login, no error is returned but redirected to login
|
||||
--
|
||||
|
||||
sendHTTPContentTypeHeader('text/html')
|
||||
sendHTTPHeader('application/json')
|
||||
|
||||
local rc = rest_utils.consts_ok
|
||||
local res = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue