MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / scriptsHandler

Function scriptsHandler

src/webInterface.cpp:573–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573esp_err_t scriptsHandler(httpd_req_t *req) {
574 serveWebUIFile(req, "application/javascript", true, scripts_js, scripts_js_size);
575 return ESP_OK;
576}
577
578esp_err_t styleHandler(httpd_req_t *req) {
579 serveWebUIFile(req, "text/css", true, style_css, style_css_size);

Callers

nothing calls this directly

Calls 1

serveWebUIFileFunction · 0.85

Tested by

no test coverage detected