Add configs for toml in controller
This commit is contained in:
parent
750002daf2
commit
87b3f06092
6 changed files with 79 additions and 74 deletions
src/handlers
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue