Update server.js

This commit is contained in:
Oliver Fay 2020-02-22 18:45:53 -05:00
parent c8a1ff8311
commit 05df140aa9

View file

@ -10,7 +10,7 @@ app.get('/createNewBlock', function (req, res) {
res.sendFile('createNewBlock.html', { root: './client/html' });
});
app.get('/searchBlock', function (req, res) {
res.sendFile('about.html', { root: './client/html' });
res.sendFile('searchForBlock.html', { root: './client/html' });
});
app.get('/results', function (req, res) {
res.sendFile('searchResults.html', { root: './client/html' });