mirror of
https://gitlab.silvrtree.co.uk/martind2000/frontexpress.git
synced 2025-03-13 10:00:02 +00:00
Update README.md
This commit is contained in:
parent
96eb118033
commit
5a65221427
@ -14,10 +14,8 @@ app.get('/', (req, res) => {
|
||||
window.alert('Hello World');
|
||||
});
|
||||
|
||||
// Once DOM is loaded start listening HTTP requests
|
||||
document.addEventListener("DOMContentLoaded", (event) => {
|
||||
app.listen();
|
||||
});
|
||||
// start listening frontend application requests
|
||||
app.listen();
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
Loading…
Reference in New Issue
Block a user