diff --git a/src/functions/functionalConfig.ts b/src/functions/functionalConfig.ts index ab40bc9..e3b91fc 100644 --- a/src/functions/functionalConfig.ts +++ b/src/functions/functionalConfig.ts @@ -37,8 +37,8 @@ export const functionConfig: { [key: string]: NonEmptyArray } = { }, { verbs: ["GET", "OPTIONS"], - path: "v2/vehicles/{searchIdentifier}/tech-records/*" - } + path: "v2/vehicles/*", + }, ], "TechRecord.Archive": [ { @@ -146,12 +146,12 @@ export const functionConfig: { [key: string]: NonEmptyArray } = { { verbs: ["GET", "OPTIONS"], path: "reference/*", - } + }, ], "ReferenceData.Amend": [ { verbs: ["GET", "OPTIONS", "PUT", "POST", "DELETE"], path: "reference/*", - } + }, ], };