Skip to content

Commit

Permalink
adding constant
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco committed Jun 26, 2015
1 parent 803b35e commit ebcf8a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kong/api/routes/kong.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ local function get_hostname()
return hostname
end

local METHOD_NOT_ALLOWED_MESSAGE = { message = "Method not allowed" }

return {
["/"] = {
GET = function(self, dao, helpers)
Expand Down

0 comments on commit ebcf8a0

Please sign in to comment.