platypush/platypush/backend/http/app
2019-02-24 00:17:31 +01:00
..
routes Refactored HTTP server to split the routes on separate files and keep the main Flask app object in a separate file as well so it can be easily wrapped by a WSGI instance 2019-02-23 21:19:00 +01:00
__init__.py Made a separate uWSGI startup script for the webapp 2019-02-24 00:17:31 +01:00
utils.py Refactored HTTP server to split the routes on separate files and keep the main Flask app object in a separate file as well so it can be easily wrapped by a WSGI instance 2019-02-23 21:19:00 +01:00
uwsgi.py Made a separate uWSGI startup script for the webapp 2019-02-24 00:17:31 +01:00