diff --git a/src/httpserver/new_http.h b/src/httpserver/new_http.h index 5bd23b94f..21ecb2453 100644 --- a/src/httpserver/new_http.h +++ b/src/httpserver/new_http.h @@ -87,3 +87,4 @@ typedef int (*http_callback_fn)(http_request_t* request); int HTTP_RegisterCallback(const char* url, int method, http_callback_fn callback); #endif +