Explicityly serve via /index.html
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user