mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-19 01:31:34 +00:00
Little bit of this
This commit is contained in:
parent
07bc306506
commit
128b7113bf
@ -54,4 +54,4 @@ for (let page of config.pages) {
|
||||
safe.use((req, res, next) => res.status(404).sendFile('404.html', { root: './pages/error/' }));
|
||||
safe.use((req, res, next) => res.status(500).sendFile('500.html', { root: './pages/error/' }));
|
||||
|
||||
safe.listen(config.port, () => console.log(`loli-safe started on port ${config.port}`));
|
||||
safe.listen(config.port, () => console.log(`lolisafe started on port ${config.port}`));
|
||||
|
Loading…
Reference in New Issue
Block a user