Skip to content

Commit

Permalink
test(cb2-8066): remove parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
gjulien-bjss committed May 15, 2023
1 parent 1f0824a commit 03e3b15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/functions/functionalConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ export const functionConfig: { [key: string]: NonEmptyArray<IApiAccess> } = {
},
{
verbs: ["GET", "OPTIONS"],
path: "v2/vehicles/{searchIdentifier}/tech-records/*"
}
path: "v2/vehicles/*",
},
],
"TechRecord.Archive": [
{
Expand Down Expand Up @@ -146,12 +146,12 @@ export const functionConfig: { [key: string]: NonEmptyArray<IApiAccess> } = {
{
verbs: ["GET", "OPTIONS"],
path: "reference/*",
}
},
],
"ReferenceData.Amend": [
{
verbs: ["GET", "OPTIONS", "PUT", "POST", "DELETE"],
path: "reference/*",
}
},
],
};

0 comments on commit 03e3b15

Please sign in to comment.