added a bunch more buzzers

This commit is contained in:
Samuel Kent
2023-08-05 17:17:55 +10:00
parent 992021b34a
commit 782b988cf9
48 changed files with 26 additions and 6 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ app.get("/play", (request, response) => {
});
app.get("/browserFunctions.js", (request, response) => {
response.sendFile("browserFunctions.js", {root: __dirname });
response.sendFile("/browserFunctions.js", {root: __dirname });
});
//all files in these folders can be accessed with a GET request of the filename