diff --git a/backend/app.js b/backend/app.js index 5e92693..2bb9db7 100644 --- a/backend/app.js +++ b/backend/app.js @@ -49,7 +49,7 @@ app.get("*", (req, res) => { }); app.listen(port, () => { - console.log(`CMOC Viewer is running on ${port}`); + console.log(`Mii Contest Viewer is running on ${port}`); }); module.exports = app; diff --git a/frontend/index.html b/frontend/index.html index 56cb589..006edd6 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ @@ -27,7 +27,7 @@ rel="stylesheet" /> -