Add conver-time function to change time formatting and appearance. For exaple "FINISHED" now appears as "FT"
This commit is contained in:
@@ -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
|
||||
*************************/
|
||||
|
||||
Reference in New Issue
Block a user