Skip to content

Commit

Permalink
fix routes
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Aug 6, 2023
1 parent b31ec82 commit 618de26
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<body>
<div class="main">
<div class="banner">
<img src="banner.png" alt="Girl in a jacket">
<img src="banner.png" alt="ACM @ UIUC Logo">
</div>

<p class="sign" align="center">Paid Membership Check</p>
Expand Down
24 changes: 24 additions & 0 deletions docs/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,30 @@ paths:
type: aws_proxy
uri: arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:298118738376:function:infra-membership-api-lambda/invocations

/banner.png:
get:
summary: Get Logo
operationId: getlogo

responses:
200:
description: OK


x-amazon-apigateway-auth:
type: NONE

x-amazon-apigateway-integration:
responses:
default:
statusCode: 200
passthroughBehavior: when_no_match
httpMethod: POST
contentHandling: CONVERT_TO_TEXT
type: aws_proxy
uri: arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:298118738376:function:infra-membership-api-lambda/invocations


/api/v1/healthz:
get:
summary: Ping the API
Expand Down

0 comments on commit 618de26

Please sign in to comment.