Skip to content

Commit

Permalink
Remove unusable code in cryptocurrency demo (exonum#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
boguslavsky authored and aleksuss committed Aug 27, 2018
1 parent c9111df commit 95ce5a5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/cryptocurrency-advanced/frontend/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,4 @@ app.use(express.static(__dirname + '/'));
var api = require('./routes/api');
app.use('/api', api);

// Single Page Application entry point
app.get('/', function(req, res) {
res.sendFile('index.html');
});

app.listen(port);

0 comments on commit 95ce5a5

Please sign in to comment.