Explicityly serve via /index.html

This commit is contained in:
Jaco Greeff
2017-08-07 10:20:27 +02:00
parent 28e2383778
commit 0371dcb7bd
2 changed files with 103 additions and 96 deletions

View File

@@ -122,7 +122,7 @@ export default class Dapp extends Component {
? app.id
: this.context.api.sha3(app.url);
src = `${dapphost}/dapps/${appId}/`;
src = `${dapphost}/dapps/${appId}/index.html`;
break;
}