Added frameworks for top scorers API

This commit is contained in:
Lucas Patenaude
2024-04-13 19:33:30 -06:00
parent a7c2553f90
commit e3f2588cd3
3 changed files with 46 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ const fetchMatchesData = require('./resources/middleware/navigation-bar/current-
app.use(fetchMatchesData);
//Middleware to automatically update in-game time abbreviations
const convert_time = require('./resources/middleware/navigation-bar/convert-time');
app.use(convert_time);