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 {