mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
Update server.js
This commit is contained in:
parent
c8a1ff8311
commit
05df140aa9
1 changed files with 1 additions and 1 deletions
|
|
@ -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' });
|
||||
|
|
|
|||
Loading…
Reference in a new issue