예제 #1
0
 def GET(self, endslash=None):
     if not endslash: raise web.seeother('/about/')
     return render.about()
예제 #2
0
 def GET(self, endslash=None):
     if not endslash: raise web.seeother('/about/')
     return render.about()
예제 #3
0
파일: webapp.py 프로젝트: btbytes/gloo
 def GET(self):
     return render.about()