Skip to content

Commit

Permalink
table.insert path
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Nov 29, 2023
1 parent a47d985 commit 5a25051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/conf_loader/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,7 @@ return setmetatable({
load_config_file = load_config_file,

add_default_path = function(path)
conf_constants.DEFAULT_PATHS[#conf_constants.DEFAULT_PATHS+1] = path
table.insert(conf_constants.DEFAULT_PATHS, path)
end,

remove_sensitive = function(conf)
Expand Down

0 comments on commit 5a25051

Please sign in to comment.