From f79eaf268c10efa1cdfa93e9aa1ab53185f38b6a Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 17 Apr 2026 10:18:36 +0200 Subject: [PATCH] Add changeset for frontend-app-api routing cleanup Signed-off-by: Patrik Oldsberg Made-with: Cursor --- .changeset/deduplicate-joinpaths-routing.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/deduplicate-joinpaths-routing.md diff --git a/.changeset/deduplicate-joinpaths-routing.md b/.changeset/deduplicate-joinpaths-routing.md new file mode 100644 index 0000000000..8a17fbc17b --- /dev/null +++ b/.changeset/deduplicate-joinpaths-routing.md @@ -0,0 +1,5 @@ +--- +'@backstage/frontend-app-api': patch +--- + +Internal cleanup of routing utilities.