Add wsgi interface
This commit is contained in:
parent
27e04e601a
commit
79574e3241
|
@ -166,3 +166,7 @@ def cache(cache_path):
|
|||
return abort(404)
|
||||
with open(path, 'rb') as f:
|
||||
return f.read()
|
||||
|
||||
|
||||
def wsgi():
|
||||
return app
|
||||
|
|
Loading…
Reference in New Issue