There was an error while loading. Please reload this page.
1 parent 25bba3c commit da12d55Copy full SHA for da12d55
1 file changed
apisix/admin/standalone.lua
@@ -22,6 +22,7 @@ local str_find = string.find
22
local str_sub = string.sub
23
local tostring = tostring
24
local ngx = ngx
25
+local pcall = pcall
26
local ngx_time = ngx.time
27
local get_method = ngx.req.get_method
28
local shared_dict = ngx.shared["standalone-config"]
0 commit comments