feat: create a large randomized library of playful game sounds and audio combos
This commit is contained in:
@@ -361,6 +361,7 @@ static esp_err_t static_file_handler(httpd_req_t *request) {
|
||||
}
|
||||
if (strcmp(request->uri, "/styles.css") != 0 && strcmp(request->uri, "/app.js") != 0 &&
|
||||
strcmp(request->uri, "/target_interaction.js") != 0 && strcmp(request->uri, "/web_audio.js") != 0 &&
|
||||
strcmp(request->uri, "/game_sounds.js") != 0 &&
|
||||
strcmp(request->uri, "/ship-sprite.svg") != 0) return httpd_resp_send_err(request, HTTPD_404_NOT_FOUND, "asset not found");
|
||||
return send_static_file(request, request->uri);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user