diff --git a/System/Process/ServerInotify.php b/System/Process/ServerInotify.php index e756c1ca..2b5c1758 100644 --- a/System/Process/ServerInotify.php +++ b/System/Process/ServerInotify.php @@ -65,6 +65,7 @@ class ServerInotify extends Process public function tick() { $this->loadByDir(APP_PATH . 'app', true); + $this->loadByDir(APP_PATH . 'routes', true); }