Static files are active in the WSGI app now, not just the server.

This commit is contained in:
Armin Ronacher 2010-04-14 14:11:00 +02:00
parent 08f1f0dc32
commit ca520fb7e4
3 changed files with 15 additions and 5 deletions

1
tests/static/index.html Normal file
View file

@ -0,0 +1 @@
<h1>Hello World!</h1>