From 8bea999b9302b53dd8d89a0e5968d17a5801aefb Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Tue, 31 Mar 2026 12:30:10 -0400 Subject: [PATCH] Remove /tickets prefix from ticket detail URLs Routes and links now use /:id (e.g. /V675409888) instead of /tickets/:id. API calls are unaffected as they go through /api/tickets/. Co-Authored-By: Claude Sonnet 4.6 --- client/src/App.tsx | 2 +- client/src/pages/Dashboard.tsx | 2 +- client/src/pages/MyTickets.tsx | 2 +- client/src/pages/NewTicket.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index 9786b31..d038d44 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -18,7 +18,7 @@ export default function App() { }> } /> } /> - } /> + } /> }> } /> } /> diff --git a/client/src/pages/Dashboard.tsx b/client/src/pages/Dashboard.tsx index 2c51437..6679739 100644 --- a/client/src/pages/Dashboard.tsx +++ b/client/src/pages/Dashboard.tsx @@ -270,7 +270,7 @@ export default function Dashboard() { {tickets.map((ticket) => (
(