mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
11 lines
311 B
Lua
11 lines
311 B
Lua
--
|
|
-- (C) 2013-21 - ntop.org
|
|
--
|
|
|
|
local dirs = ntop.getDirs()
|
|
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
|
package.path = dirs.installdir .. "/scripts/lua/modules/datasources/?.lua;" .. package.path
|
|
|
|
local widgets_utils = require "widgets_utils"
|
|
|
|
widgets_utils.rest_response()
|