Expose loaded components on the API

This commit is contained in:
Paulus Schoutsen
2015-01-31 19:08:50 -08:00
parent 3709840327
commit c75447bc66
4 changed files with 35 additions and 2 deletions

View File

@@ -99,3 +99,4 @@ URL_API_EVENTS_EVENT = "/api/events/{}"
URL_API_SERVICES = "/api/services"
URL_API_SERVICES_SERVICE = "/api/services/{}/{}"
URL_API_EVENT_FORWARD = "/api/event_forwarding"
URL_API_COMPONENTS = "/api/components"