Add conver-time function to change time formatting and appearance. For exaple "FINISHED" now appears as "FT"

This commit is contained in:
Lucas Patenaude
2024-04-04 22:16:16 -06:00
parent a9f02ef97f
commit 3983d00caf
3 changed files with 31 additions and 0 deletions

View File

@@ -85,6 +85,10 @@ app.use(express.static(path.join(__dirname, 'resources')));
const fetchMatchesData = require('./resources/js/scoreboard-header/current-match-routes');
app.use(fetchMatchesData);
const convert_time = require('./resources/js/scoreboard-header/convert-time');
app.use(convert_time);
/************************
Login Page Routes
*************************/