diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-02 21:10:06 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-02 21:10:06 -0400 |
| commit | 5054a79fe676df38c3f2324e2325c8a5cfb994d4 (patch) | |
| tree | bdc88ab8f390181e210f9e9b675ded29406ea9ba /app.js | |
| parent | b0b971aba04a848c7ffa155cb281ea8fd9b2292e (diff) | |
| download | alp-website-5054a79fe676df38c3f2324e2325c8a5cfb994d4.tar.gz alp-website-5054a79fe676df38c3f2324e2325c8a5cfb994d4.tar.bz2 alp-website-5054a79fe676df38c3f2324e2325c8a5cfb994d4.zip | |
Stuff
Diffstat (limited to 'app.js')
| -rw-r--r-- | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,6 +81,6 @@ app.use((req, res) => { }); app.listen(port, () => { - //Hook.success("Alee Productions Website","Website has been loaded!") + Hook.success("Alee Productions Website","Website has been loaded!") console.log(`[>] Website listening on port ${port}!`) });
\ No newline at end of file |
