diff --git a/README.md b/README.md index 120eb19..222d9a1 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,6 @@ 1. Watch the CI workflow being triggered 1. Troubleshoot issues as they rise -## LICENSE +## LICENSE TEST [Copyright (c) 2021 Bassem Dghaidi (@Link-)](LICENSE) diff --git a/web/routes/users.js b/web/routes/users.js index 283705f..3e38fe5 100644 --- a/web/routes/users.js +++ b/web/routes/users.js @@ -7,3 +7,4 @@ router.get('/users', function (req, res, next) { }) module.exports = router +/* EOF */