mirror of
https://github.com/openappsec/attachment.git
synced 2025-12-31 13:49:09 +03:00
fix specific path
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
local nano = require "kong.plugins.open-appsec-waf-kong-plugin.nano_ffi"
|
local plugin_name = kong.plugin.get_name()
|
||||||
|
local nano = require("kong.plugins." .. plugin_name .. ".nano_ffi")
|
||||||
local kong = kong
|
local kong = kong
|
||||||
|
|
||||||
local NanoHandler = {}
|
local NanoHandler = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user