From a24a06002081ad71a78ffeff9072725ba39cf121 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Tue, 17 Feb 2026 20:05:31 +0000
Subject: [PATCH] =minor changes, particularly around the JVB_CHILD_URL pattern
---
inc/rest/routes/TermRoutes.php | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/inc/rest/routes/TermRoutes.php b/inc/rest/routes/TermRoutes.php
index 7f03d49..431c7b5 100644
--- a/inc/rest/routes/TermRoutes.php
+++ b/inc/rest/routes/TermRoutes.php
@@ -56,12 +56,14 @@
'taxonomy' => 'string|required',
'name' => 'string|required',
'parent' => 'int|default:0',
- ]);
+ ])
+ ->register();
Route::for('terms/check')
->get([$this,'getTermDetails'])
->auth('public')
- ->rateLimit();
+ ->rateLimit()
+ ->register();
}
/**
--
Gitblit v1.10.0