This commit is contained in:
AJ ONeal
2020-07-04 07:59:16 +00:00
parent 0992237499
commit c887850a87

View File

@@ -63,7 +63,7 @@ app.use('/', function (req, res, next) {
res.end("Hello, World!");
});
module.exports = app;</code></pre>
module.exports = app;
```
`server.js`: