mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 15:10:54 +03:00
Fix incorrect development server port in documentation
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user