mirror of
https://github.com/radzenhq/radzen-blazor.git
synced 2026-07-08 18:16:08 +00:00
The Upload component demo was served at /example-upload because the demo host's UploadController owned the /upload URL space. Move the controller's endpoints under api/upload/* to free /upload, point the demo page and every consumer (Upload and HtmlEditor demos) at the new paths, switch the page route and ExampleService path to /upload, and add a permanent 301 redirect from /example-upload (and the legacy docs URL) to /upload.