Skip to content

Commit 6d0c948

Browse files
committed
cobwebs
1 parent 819942c commit 6d0c948

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Transfer-Server.js

Lines changed: 1 addition & 1 deletion
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
7+
//Creds - Just to see if it still works
88
const users = [
99
{ username: 'admin', password: 'admin123'},
1010
{ username: 'user1', password: 'password1'},

0 commit comments

Comments
 (0)