diff options
| author | Pitu <[email protected]> | 2017-10-03 21:13:15 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2017-10-03 21:13:15 -0300 |
| commit | 128b7113bf85d00309cb1fe0b129d4a01584a9f1 (patch) | |
| tree | d8acf89a30c5701973ab006614de79339f8b185c /lolisafe.js | |
| parent | New sample config (diff) | |
| download | host.fuwn.me-128b7113bf85d00309cb1fe0b129d4a01584a9f1.tar.xz host.fuwn.me-128b7113bf85d00309cb1fe0b129d4a01584a9f1.zip | |
Little bit of this
Diffstat (limited to 'lolisafe.js')
| -rw-r--r-- | lolisafe.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lolisafe.js b/lolisafe.js index a9c7f45..33daf4e 100644 --- a/lolisafe.js +++ b/lolisafe.js @@ -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}`)); |