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