Remake delete for api to protobuf
This commit is contained in:
@@ -26,7 +26,7 @@ bool editFile(const char *filename, const char *content);
|
||||
esp_err_t getFilesProto(httpd_req_t *request);
|
||||
esp_err_t getFiles(httpd_req_t *request);
|
||||
esp_err_t getConfigFile(httpd_req_t *request);
|
||||
esp_err_t handleDelete(httpd_req_t *request, JsonVariant &json);
|
||||
esp_err_t handleDelete(httpd_req_t *request, const api_FileDeleteRequest &req);
|
||||
esp_err_t handleEdit(httpd_req_t *request, JsonVariant &json);
|
||||
esp_err_t mkdir(httpd_req_t *request, JsonVariant &json);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user