diff --git a/src/app.js b/src/app.js index 3c7ec8a..043ce44 100644 --- a/src/app.js +++ b/src/app.js @@ -85,7 +85,7 @@ app.get('/api/getTotalStats', getTotalStats); app.get('/api/getdayssavedformatted', getDaysSavedFormatted); app.get('/database.db', function (req, res) { - res.sendfile("./databases/sponsortimes.db", { root: __dirname }); + res.sendFile("./databases/sponsorTimes.db", { root: __dirname }); }); // Create an HTTP service.