Skip to content

Commit

Permalink
Merge branch 'master' of github.com:swswsw/predictionmkt
Browse files Browse the repository at this point in the history
  • Loading branch information
swswsw committed Sep 25, 2018
2 parents b02c5ae + 7049cb1 commit 862a9fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 171 deletions.
5 changes: 4 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ expressapp.get('/create', (req, res) => {
res.render('create.html');
});


expressapp.get('/profile', (req, res) => {
res.render('profile.html');
});

expressapp.listen(8080, () => {
expressapp.listen(80, () => {
//console.log(`App listening on port ${PORT}`);
console.log('Press Ctrl+C to quit.');
});
Expand Down Expand Up @@ -160,9 +161,11 @@ app.use(txVoteHandler);
app.use(txDistributeHandler);
app.use(txSendHandler);

/*
app.listen(3000).then(function(appInfo) {
console.log(appInfo);
})
*/

/**
* doesn't do anything other than verify signature.
Expand Down
170 changes: 0 additions & 170 deletions public/README.md

This file was deleted.

0 comments on commit 862a9fa

Please sign in to comment.