CEC-5752 - Define trim as well as model for Flashpack mappings

This commit is contained in:
padamsen_fisker
2024-02-13 18:11:00 -05:00
parent 00adee9b58
commit 27d7a5ad05
8 changed files with 118 additions and 19 deletions

View File

@@ -289,7 +289,7 @@ const SiteRoutes = () => {
providers={providers}
/>
<AuthRoute
path="/tools/flashpack/:model/:year/:flashpack"
path="/tools/flashpack/:model/:trim/:year/:flashpack"
render={() => <FlashpackDetails />}
type={TYPES.PROTECTED}
token={token}