mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add rest_utils require
This commit is contained in:
parent
a8cd2b8483
commit
80cc58de02
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@
|
|||
local dirs = ntop.getDirs()
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
||||
require "lua_utils"
|
||||
local json = require("dkjson")
|
||||
|
||||
local rest_utils = require("rest_utils")
|
||||
local recording_utils = require "recording_utils"
|
||||
|
||||
sendHTTPContentTypeHeader('application/json')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue