aboutsummaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'app.js')
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index cb63d37..64c18dc 100644
--- a/app.js
+++ b/app.js
@@ -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