correct wrong mimetype for cangrow.js

This commit is contained in:
Marcus 2024-10-26 18:26:04 +02:00
parent 54b6d48e1e
commit c466f1396f

View file

@ -57,5 +57,5 @@ function showSelect(selectId, prefix, hideClass = '') {
})";
void WebFile_cangrow_JS(AsyncWebServerRequest *request) {
request->send_P(200, "text/css", File_cangrow_JS);
request->send_P(200, "text/javascript", File_cangrow_JS);
}