X-Git-Url: https://code.kerkeslager.com/?a=blobdiff_plain;f=main.py;h=f0bc2bc2628f50165b7dd543ebda6d3d181f8fe2;hb=5aa38ff48b5df06212ae249abb0c96b9269d239d;hp=d7ea725b73787715fa5607d03971d19c97d87e07;hpb=bae515833a10b81e1c8f7deb1f7a1320c2a09de1;p=fwx diff --git a/main.py b/main.py index d7ea725..f0bc2bc 100644 --- a/main.py +++ b/main.py @@ -1,8 +1,7 @@ import phial def handler(request): - return phial.Response( - content_type='text/plain', + return phial.TextResponse( content='Hello, world\n', )