Skip to content

Commit

Permalink
change api method to post
Browse files Browse the repository at this point in the history
  • Loading branch information
anyoussefinia committed Dec 10, 2024
1 parent 387a827 commit 68f61ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/app-api/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins:
- serverless-associate-waf
- serverless-offline
- serverless-iam-helper
# - serverless-s3-bucket-helper
- serverless-s3-bucket-helper
custom:
stage: ${opt:stage, self:provider.stage}
oneMacTableName: onemac-${self:custom.stage}-one
Expand Down Expand Up @@ -567,7 +567,7 @@ functions:
events:
- http:
path: getUser
method: get
method: post
cors: true
authorizer: aws_iam

Expand Down

0 comments on commit 68f61ae

Please sign in to comment.