From 7e2553646c27cae8baaca1cc5c13d980661b5d90 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 2 Apr 2024 18:13:02 -0400 Subject: finish profile directory (mostly) --- src/web/config/routes.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/web/config/routes.php') diff --git a/src/web/config/routes.php b/src/web/config/routes.php index 33c871b..5bb9a1b 100644 --- a/src/web/config/routes.php +++ b/src/web/config/routes.php @@ -4,5 +4,6 @@ $routes = array(); $routes['home'] = 'apps/home'; $routes['error'] = 'apps/error'; $routes['auth'] = 'apps/auth'; +$routes['people'] = 'apps/people'; $routes[''] = '_index'; -- cgit v1.2.3-freya