diff --git a/www/src/components/routes-overview.js b/www/src/components/routes-overview.js index 3aec09412a..8afbc51c9e 100644 --- a/www/src/components/routes-overview.js +++ b/www/src/components/routes-overview.js @@ -51,7 +51,7 @@ const RoutesOverview = ({ content }) => { {route.method} - {route.path.replaceAll(/{(.*?)}/g, ":$1")} + {route.path?.replaceAll(/{(.*?)}/g, ":$1")} ))}