From 94de71140be2d0c80bf6a2e03cb9381b37736ed5 Mon Sep 17 00:00:00 2001 From: Jake Vanderwerf <get@jakevanderwerf.ca> Date: Fri, 06 Feb 2026 17:03:02 +0000 Subject: [PATCH] =Some minor CRUD.js and UploadManager.js tweaks --- JVBase.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/JVBase.php b/JVBase.php index a9519c0..6eba3a6 100644 --- a/JVBase.php +++ b/JVBase.php @@ -30,6 +30,7 @@ //use JVBase\rest\routes\BioRoutes; use JVBase\rest\routes\SettingsRoutes; //use JVBase\rest\routes\ShopRoutes; +use JVBase\rest\routes\ContentTermsRoutes; use JVBase\rest\routes\SEORoutes; use JVBase\rest\routes\QueueRoutes; use JVBase\rest\routes\ErrorRoutes; @@ -149,6 +150,7 @@ $this->routes['content'] = new ContentRoutes(); // $this->routes['bio'] = new BioRoutes(); // $this->routes['shop'] = new ShopRoutes(); + $this->routes['contentTax'] = new ContentTermsRoutes(); $this->routes['options'] = new OptionsRoutes(); } -- Gitblit v1.10.0