Use correct name when consoling Port

This commit is contained in:
lesleyjanenorton 2020-08-10 10:38:07 -05:00
Родитель 9ddc6a36df
Коммит 3f8f79044e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -56,4 +56,4 @@ app.get("/", (req, res) => {
});
// eslint-disable-next-line no-console
app.listen(port, () => console.log(`Secure Standards Research Conference on Port ${port}.`));
app.listen(port, () => console.log(`Mozilla Sec-Eng University Relationship Framework running on Port ${port}.`));