Skip to content

Commit b507924

Browse files
authored
Fix comment formatting in Transfer-Server.js
1 parent c512f83 commit b507924

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Transfer-Server.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const bodyParser = require('body-parser');
44
const app = express();
55
const PORT = 3000;
66

7-
//Creds - Just to see if it still works
7+
//Creds - Just to see if it still works.
88
const users = [
99
{ username: 'admin', password: 'admin123'},
1010
{ username: 'user1', password: 'password1'},
@@ -62,4 +62,4 @@ app.post ( '/transfer', (req, res) => {
6262

6363
app.listen(PORT, () => {
6464
console.log(`Server is running on port ${PORT}`);
65-
});
65+
});

0 commit comments

Comments
 (0)