mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-20 08:56:48 +00:00
typo fix
This commit is contained in:
@@ -63,7 +63,7 @@ app.use('/', function (req, res, next) {
|
||||
res.end("Hello, World!");
|
||||
});
|
||||
|
||||
module.exports = app;</code></pre>
|
||||
module.exports = app;
|
||||
```
|
||||
|
||||
`server.js`:
|
||||
|
||||
Reference in New Issue
Block a user