Add configs for toml in controller

This commit is contained in:
Tobias Reisinger 2020-11-22 01:49:20 +01:00
parent 750002daf2
commit 87b3f06092
6 changed files with 79 additions and 74 deletions
src/handlers

View file

@ -81,7 +81,7 @@ handle_http_request(struct mg_connection *nc, struct http_message *hm)
response.content = NULL;
response.alloced_content = false;
M_RESPONSE_MSG(LOGGER_WARNING, &response, 500, "server did not create a response");
M_RESPONSE_MSG(LOGGER_NONE, &response, 500, "server did not create a response");
if(!endpoint)
{