diff options
Diffstat (limited to 'src/web/config/routes.php')
-rw-r--r-- | src/web/config/routes.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/config/routes.php b/src/web/config/routes.php index 5bb9a1b..1275bfe 100644 --- a/src/web/config/routes.php +++ b/src/web/config/routes.php @@ -5,5 +5,6 @@ $routes['home'] = 'apps/home'; $routes['error'] = 'apps/error'; $routes['auth'] = 'apps/auth'; $routes['people'] = 'apps/people'; +$routes['profile'] = 'apps/profile'; $routes[''] = '_index'; |