fix: controller discovery now called by PUT
This commit is contained in:
parent
4b39631765
commit
b38c3d61d8
4 changed files with 5 additions and 5 deletions
include/endpoints
|
@ -4,7 +4,7 @@
|
|||
#include <router.h>
|
||||
|
||||
void
|
||||
api_v1_controllers_discover_POST(struct mg_connection *nc, struct http_message *hm, endpoint_args_t *args, endpoint_response_t *response);
|
||||
api_v1_controllers_discover_PUT(struct mg_connection *nc, struct http_message *hm, endpoint_args_t *args, endpoint_response_t *response);
|
||||
|
||||
void
|
||||
api_v1_controllers_GET(struct mg_connection *nc, struct http_message *hm, endpoint_args_t *args, endpoint_response_t *response);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue