Skip to content

Commit

Permalink
feat(CB2-13070): add test stations to CSC user roles (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Searle authored Sep 20, 2024
1 parent b27b97c commit fbc292a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/functions/functionalConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ export const functionConfig: { [key: string]: NonEmptyArray<IApiAccess> } = {
verbs: ["POST", "OPTIONS"],
path: "test-results",
},
{
verbs: ["GET"],
path: "test-stations",
},
{
verbs: ["GET", "OPTIONS"],
path: "test-stations/*",
Expand Down Expand Up @@ -111,6 +115,10 @@ export const functionConfig: { [key: string]: NonEmptyArray<IApiAccess> } = {
verbs: ["GET", "OPTIONS"],
path: "test-types/*",
},
{
verbs: ["GET"],
path: "test-stations",
},
{
verbs: ["GET", "OPTIONS"],
path: "test-stations/*",
Expand All @@ -137,6 +145,10 @@ export const functionConfig: { [key: string]: NonEmptyArray<IApiAccess> } = {
verbs: ["GET", "OPTIONS"],
path: "test-types/*",
},
{
verbs: ["GET"],
path: "test-stations",
},
{
verbs: ["GET", "OPTIONS"],
path: "test-stations/*",
Expand Down

0 comments on commit fbc292a

Please sign in to comment.