Add template API endpoint
This commit is contained in:
parent
d1383ac94d
commit
47b5fbfaf3
3 changed files with 33 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue