mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 11:05:10 +00:00
yea
This commit is contained in:
parent
5c2645adaa
commit
c8a1ff8311
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ app.get('/menu', function (req, res) {
|
||||||
res.sendFile('mainMenu.html', { root: './client/html' });
|
res.sendFile('mainMenu.html', { root: './client/html' });
|
||||||
});
|
});
|
||||||
app.get('/createNewBlock', function (req, res) {
|
app.get('/createNewBlock', function (req, res) {
|
||||||
res.sendFile('createNewBlock.html', { root: '../client/html' });
|
res.sendFile('createNewBlock.html', { root: './client/html' });
|
||||||
});
|
});
|
||||||
app.get('/searchBlock', function (req, res) {
|
app.get('/searchBlock', function (req, res) {
|
||||||
res.sendFile('about.html', { root: './client/html' });
|
res.sendFile('about.html', { root: './client/html' });
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<link href="../css/createNewBlock.css" rel = "stylesheet">
|
<link href="../public/css/createNewBlock.css" rel = "stylesheet">
|
||||||
|
|
||||||
<script src=""></script>
|
<script src=""></script>
|
||||||
<script src=""></script>
|
<script src=""></script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue