remove test

This commit is contained in:
gym487 2017-05-01 00:14:48 +08:00
parent de301fa402
commit 05b364ff89
2 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ app = web.application(urls, globals())
class index:
def GET(self):
return "Hello, world!"
return ""
class post:
def POST(self):

Binary file not shown.