Add config API endpoint

This commit is contained in:
Paulus Schoutsen 2015-05-01 18:24:32 -07:00
parent e07fbbbcd8
commit ca8be5015a
3 changed files with 21 additions and 0 deletions

View file

@ -111,6 +111,7 @@ SERVER_PORT = 8123
URL_ROOT = "/"
URL_API = "/api/"
URL_API_STREAM = "/api/stream"
URL_API_CONFIG = "/api/config"
URL_API_STATES = "/api/states"
URL_API_STATES_ENTITY = "/api/states/{}"
URL_API_EVENTS = "/api/events"