mirror of
https://github.com/openappsec/attachment.git
synced 2025-12-31 05:39:07 +03:00
Change path (#47)
* fix specific path * fix specific path --------- Co-authored-by: wiaamm <wiaamm@checkpoint.com>
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
local nano = require "kong.plugins.open-appsec-waf-kong-plugin.nano_ffi"
|
local module_name = ...
|
||||||
|
local prefix = module_name:match("^(.-)handler$")
|
||||||
|
local nano = require(prefix .. "nano_ffi")
|
||||||
local kong = kong
|
local kong = kong
|
||||||
|
|
||||||
local NanoHandler = {}
|
local NanoHandler = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user