Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
moonming committed Mar 31, 2020
1 parent 48f0a88 commit 5f9546d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/apisix
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ stream {
init_by_lua_block {
require "resty.core"
apisix = require("init")
apisix = require("apisix")
apisix.stream_init()
}
Expand Down Expand Up @@ -268,7 +268,7 @@ http {
init_by_lua_block {
require "resty.core"
apisix = require("init")
apisix = require("apisix")
local dns_resolver = { {% for _, dns_addr in ipairs(dns_resolver or {}) do %} "{*dns_addr*}", {% end %} }
local args = {
Expand Down

0 comments on commit 5f9546d

Please sign in to comment.