aboutsummaryrefslogtreecommitdiff
path: root/app/server.py
AgeCommit message (Collapse)Author
2014-12-17Rename app module into __init__.Milo Casagrande
* Rename module into normal __init__ name. * Add flask-cache initialization. * Define default settings for the cache. Change-Id: I91c3cf66dd783638df8451a21364335db05e19d7
2014-12-15Fix server initialization import.Milo Casagrande
Change-Id: I009e3f3edabdfd2dcd0e9b5e2b05e7f2af3a21ba
2014-12-10Remove copyright line.Milo Casagrande
Change-Id: I1c08a3294c914db632da255686c565bfea6c7a5b
2014-11-03app: New URLs for API endpoints.Milo Casagrande
* Add threaded options for development use. Change-Id: Ia3f3723bd9b40e29bcbc14af3135e80c3549ccb6
2014-04-25Initial commit.Milo Casagrande