Compare commits

..

No commits in common. "9e283e427cdb80895574bfffdcb1a6f3218c6be3" and "241a65a92a1027c42574e5f56e9540f69bf29eb5" have entirely different histories.

2 changed files with 1 additions and 2 deletions

2
deps/c-ares vendored

@ -1 +1 @@
Subproject commit 27b98d96eff6122fb981e338bddef3d6a57d8d44 Subproject commit caffa5ffb3826cf0926405793361bbad11db3268

View File

@ -1689,7 +1689,6 @@ void tf_httpd_register(JSContext* context)
tf_http_add_handler(http, "/static/*", _httpd_endpoint_static, NULL, task); tf_http_add_handler(http, "/static/*", _httpd_endpoint_static, NULL, task);
tf_http_add_handler(http, "/.well-known/*", _httpd_endpoint_static, NULL, task); tf_http_add_handler(http, "/.well-known/*", _httpd_endpoint_static, NULL, task);
tf_http_add_handler(http, "/~*/*/", _httpd_endpoint_static, NULL, task); tf_http_add_handler(http, "/~*/*/", _httpd_endpoint_static, NULL, task);
tf_http_add_handler(http, "/&*.sha256/", _httpd_endpoint_static, NULL, task);
tf_http_add_handler(http, "/robots.txt", _httpd_endpoint_robots_txt, NULL, NULL); tf_http_add_handler(http, "/robots.txt", _httpd_endpoint_robots_txt, NULL, NULL);
tf_http_add_handler(http, "/debug", _httpd_endpoint_debug, NULL, task); tf_http_add_handler(http, "/debug", _httpd_endpoint_debug, NULL, task);