Clean up HTTP sessions and allow log out

This commit is contained in:
Paulus Schoutsen
2015-11-28 17:18:35 -08:00
parent 99aa4307ef
commit 78cfed1fb0
4 changed files with 108 additions and 119 deletions

View File

@@ -164,6 +164,7 @@ URL_API_EVENT_FORWARD = "/api/event_forwarding"
URL_API_COMPONENTS = "/api/components"
URL_API_BOOTSTRAP = "/api/bootstrap"
URL_API_ERROR_LOG = "/api/error_log"
URL_API_LOG_OUT = "/api/log_out"
HTTP_OK = 200
HTTP_CREATED = 201