From 859f31065da728fcb1387645ab1c92390b372412 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 12 Dec 2024 10:14:46 -0500 Subject: refactor _views folder --- src/web/_controller/bucket.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/_controller/bucket.php') diff --git a/src/web/_controller/bucket.php b/src/web/_controller/bucket.php index a7d1023..e14f9b6 100644 --- a/src/web/_controller/bucket.php +++ b/src/web/_controller/bucket.php @@ -16,7 +16,7 @@ class Bucket_controller extends Controller { $this->error(400); return; } - $this->view('apps/bucket', $data); + $this->view('bucket/main', $data); } } -- cgit v1.2.3-freya