Add template API endpoint

This commit is contained in:
Paulus Schoutsen 2015-12-09 23:56:20 -08:00
parent d1383ac94d
commit 47b5fbfaf3
3 changed files with 33 additions and 2 deletions

View file

@ -165,6 +165,7 @@ URL_API_COMPONENTS = "/api/components"
URL_API_BOOTSTRAP = "/api/bootstrap"
URL_API_ERROR_LOG = "/api/error_log"
URL_API_LOG_OUT = "/api/log_out"
URL_API_TEMPLATE = "/api/template"
HTTP_OK = 200
HTTP_CREATED = 201