Skip to content

Commit

Permalink
feat(cb2-8066): add get to create
Browse files Browse the repository at this point in the history
  • Loading branch information
gjulien-bjss committed May 22, 2023
1 parent 03e3b15 commit fb51518
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/functions/functionalConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ export const functionConfig: { [key: string]: NonEmptyArray<IApiAccess> } = {
verbs: ["GET", "OPTIONS"],
path: "vehicles/*",
},
{
verbs: ["GET", "OPTIONS"],
path: "v2/vehicles/*",
},
{
verbs: ["GET", "OPTIONS"],
path: "reference/*",
Expand Down

0 comments on commit fb51518

Please sign in to comment.