Commit 96936aaa authored by Adam Rambousek's avatar Adam Rambousek
Browse files

Fix #162 error msg

parent 1c8dbc7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'