aboutsummaryrefslogtreecommitdiff
path: root/views/global/router.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/global/router.php')
-rw-r--r--views/global/router.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/global/router.php b/views/global/router.php
index 18adfca..b027cee 100644
--- a/views/global/router.php
+++ b/views/global/router.php
@@ -35,14 +35,14 @@ function route_view() {
switch ($root) {
case '/archive': return '/archive';
- case '/profile': return '/profile';
+ case '/user': return '/user';
case '/register': return '/register';
case '/login': return '/login';
case '/logout': return '/logout';
case '/list': return '/list';
case '/authenticate':
- return '/profile/authenticate.php';
+ return '/user/authenticate.php';
}
http_response_code(404);