Clean up HTTP sessions and allow log out
This commit is contained in:
parent
99aa4307ef
commit
78cfed1fb0
4 changed files with 108 additions and 119 deletions
|
@ -54,8 +54,7 @@ def setup(hass, config):
|
|||
|
||||
|
||||
def _handle_get_root(handler, path_match, data):
|
||||
""" Renders the debug interface. """
|
||||
|
||||
""" Renders the frontend. """
|
||||
handler.send_response(HTTP_OK)
|
||||
handler.send_header('Content-type', 'text/html; charset=utf-8')
|
||||
handler.end_headers()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue