Beispiel #1
0
 def foo():
     return app.static('/', data.filepath('foo.txt'))
Beispiel #2
0
 def foo():
     return app.static('/', data.filepath('foo.txt'))
Beispiel #3
0
 def foo():
     return app.static(data.filepath('subdir'), '../foo.txt')
Beispiel #4
0
 def foo():
     return app.static(data.filepath('subdir'), '../foo.txt')