Fix incorrect development server port in documentation

This commit is contained in:
timvisee 2020-10-15 16:12:23 +02:00
parent 11319080a8
commit 94e826e1e2
No known key found for this signature in database
GPG key ID: B8DB720BC383E172
4 changed files with 6 additions and 6 deletions

View file

@ -24,7 +24,7 @@ module.exports = function(app, devServer) {
.toString()
.replace(
'<base href="file:///android_asset/" />',
'<base href="http://localhost:8080/" />'
'<base href="http://localhost:1337/" />'
);
res.set('Content-Type', 'text/html');
res.send(index);