We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819942c commit 6d0c948Copy full SHA for 6d0c948
1 file changed
Transfer-Server.js
@@ -4,7 +4,7 @@ const bodyParser = require('body-parser');
4
const app = express();
5
const PORT = 3000;
6
7
-//Creds
+//Creds - Just to see if it still works
8
const users = [
9
{ username: 'admin', password: 'admin123'},
10
{ username: 'user1', password: 'password1'},
0 commit comments