From 108c0c7de59091a1e22c4f8003de81443d26f395 Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Thu, 3 Jul 2025 10:40:51 +1000 Subject: [PATCH] Use /plugins instead of /plugin in testReact --- pkg/plugin/examples/react-component/src/testReact.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/plugin/examples/react-component/src/testReact.tsx b/pkg/plugin/examples/react-component/src/testReact.tsx index d2733fb26..677e13aac 100644 --- a/pkg/plugin/examples/react-component/src/testReact.tsx +++ b/pkg/plugin/examples/react-component/src/testReact.tsx @@ -192,7 +192,7 @@ interface IPluginApi { ); }; - PluginApi.register.route("/plugin/test-react", TestPage); + PluginApi.register.route("/plugins/test-react", TestPage); PluginApi.patch.before("SettingsToolsSection", function (props: any) { const { @@ -206,7 +206,7 @@ interface IPluginApi { {props.children} + @@ -232,7 +232,7 @@ interface IPluginApi {