Loading deb-server/lib/servlets/tecu.rb +1 −1 Original line number Diff line number Diff line Loading @@ -666,7 +666,7 @@ def do_GET(request, response) response.body = result.to_json response['Content-Type'] = 'application/json; charset=utf-8' else response.body = '{"error":true, "msg":"Nezadán text, délka 2"}' response.body = '{"error":true, "msg":"Zadejte text alespoň 3 znaky dlouhý"}' response['Content-Type'] = 'application/json; charset=utf-8' end when 'get_deleted' Loading Loading
deb-server/lib/servlets/tecu.rb +1 −1 Original line number Diff line number Diff line Loading @@ -666,7 +666,7 @@ def do_GET(request, response) response.body = result.to_json response['Content-Type'] = 'application/json; charset=utf-8' else response.body = '{"error":true, "msg":"Nezadán text, délka 2"}' response.body = '{"error":true, "msg":"Zadejte text alespoň 3 znaky dlouhý"}' response['Content-Type'] = 'application/json; charset=utf-8' end when 'get_deleted' Loading