diff --git a/src/functions/functionalConfig.ts b/src/functions/functionalConfig.ts index 8acd9f6..a890765 100644 --- a/src/functions/functionalConfig.ts +++ b/src/functions/functionalConfig.ts @@ -66,6 +66,12 @@ export const functionConfig: { [key: string]: NonEmptyArray } = { path: "vehicles/archive/*", }, ], + "TechRecord.Unarchive": [ + { + verbs: ["POST", "OPTIONS"], + path: "vehicles/unarchive/*", + }, + ], "TestResult.CreateDeskBased": [ { verbs: ["POST", "OPTIONS"],