Skip to content

Commit

Permalink
fix links in website
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkatTeja committed Jul 25, 2023
1 parent 060669f commit fc3ba8f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions server/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ functions:
caching:
enabled: true
cacheKeyParameters:
- name: integration.request.header.address
mappedFrom: method.request.body.address
- name: integration.request.header.domain
mappedFrom: method.request.body.domain

contract-info:
handler: src/handler.handler
Expand All @@ -69,6 +69,14 @@ functions:
mappedFrom: method.request.body.address
- name: integration.request.header.chain_id
mappedFrom: method.request.body.chain_id

submit-contract-report:
handler: src/handler.handler
events:
- http:
path: '/submit-contract-report'
method: POST
cors: true

package:
individually: true
Expand Down

0 comments on commit fc3ba8f

Please sign in to comment.