We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1803943 commit e940d8aCopy full SHA for e940d8a
dist.ini
@@ -1,6 +1,6 @@
1
# distribution config for opm packaging
2
name = lua-resty-waf
3
-version = 1.2.2
+version = 1.2.3
4
abstract = Simple WAF based on OpenResty written by Lua
5
author = codiy1992
6
is_original = yes
lib/resty/waf/shared.lua
@@ -10,7 +10,7 @@ function _M.get_config()
10
if config ~= nil then
11
return cjson.decode(config)
12
end
13
- return nil
+ return require('resty.waf.config')
14
15
16
function _M.reload_config()
0 commit comments