Wat dingen toegevoegd om het beter te laten werken met werkmanrooster
This commit is contained in:
parent
b5fc717e22
commit
ee158bae71
4
app.js
4
app.js
|
@ -21,8 +21,8 @@ app.get('/', hoewerkt);
|
||||||
app.get('/:article', hoewerkt);
|
app.get('/:article', hoewerkt);
|
||||||
app.get('/:article/:difficulty', hoewerkt);
|
app.get('/:article/:difficulty', hoewerkt);
|
||||||
|
|
||||||
function start(port) {
|
function start(port, host) {
|
||||||
app.listen(port);
|
app.listen(port, host);
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = start;
|
module.exports = start;
|
||||||
|
|
Loading…
Reference in a new issue