mirror of
https://github.com/timvisee/send.git
synced 2025-10-03 17:49:18 +02:00
Fix incorrect development server port in documentation
This commit is contained in:
parent
11319080a8
commit
94e826e1e2
4 changed files with 6 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue