mirror of
https://github.com/openappsec/attachment.git
synced 2025-12-31 21:59:09 +03:00
fix specific path
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
local plugin_name = kong.plugin.get_name()
|
||||
local nano = require("kong.plugins." .. plugin_name .. ".nano_ffi")
|
||||
local module_name = ...
|
||||
local prefix = module_name:match("^(.-)handler$")
|
||||
local nano = require(prefix .. "nano_ffi")
|
||||
local kong = kong
|
||||
|
||||
local NanoHandler = {}
|
||||
|
||||
Reference in New Issue
Block a user