mirror of
https://github.com/mistergibson/gxg-server.git
synced 2026-08-15 02:15:59 -07:00
Corrected typo 2
This commit is contained in:
parent
d8c1622f04
commit
90f2fff829
1 changed files with 1 additions and 1 deletions
|
|
@ -1136,7 +1136,7 @@ module GxGwww
|
|||
if the_result[:error]
|
||||
response = [500, {"content-type" => "application/json"}, ({:result => false, :error => the_result[:error], :parameters => false}).to_json()]
|
||||
else
|
||||
response = [200, {"content-type" => "application/json"}, (the_result.to_json]
|
||||
response = [200, {"content-type" => "application/json"}, (the_result.to_json)]
|
||||
end
|
||||
else
|
||||
# err - service not found
|
||||
|
|
|
|||
Loading…
Reference in a new issue