From 03e3b15dd14f61665f7ef4fba67f75f50494d9ce Mon Sep 17 00:00:00 2001 From: Guillaume Julien Date: Mon, 15 May 2023 15:41:34 +0100 Subject: [PATCH] test(cb2-8066): remove parameter --- src/functions/functionalConfig.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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/*", - } + }, ], };