From b0fb3d9df06ab9aa77f95b3b60d60f414a9f5ebe Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 2 Feb 2025 10:27:14 +0200 Subject: feat(views/list): Rename list/update to list/add --- views/global/router.php | 1 + 1 file changed, 1 insertion(+) (limited to 'views/global') diff --git a/views/global/router.php b/views/global/router.php index 527ad68..ea3799f 100644 --- a/views/global/router.php +++ b/views/global/router.php @@ -29,6 +29,7 @@ function route_view() { switch ($root . $subroot) { case '/list/update': return '/list/update'; case '/list/new': return '/list/new'; + case '/list/add': return '/list/add'; } switch ($root) { -- cgit v1.2.3