add lookup
This commit is contained in:
@@ -68,6 +68,24 @@ Resources:
|
||||
Path: /register
|
||||
Method: POST
|
||||
ApiId: !Ref HttpApi
|
||||
Forgot:
|
||||
Type: HttpApi
|
||||
Properties:
|
||||
Path: /forgot
|
||||
Method: POST
|
||||
ApiId: !Ref HttpApi
|
||||
Reset:
|
||||
Type: HttpApi
|
||||
Properties:
|
||||
Path: /reset
|
||||
Method: POST
|
||||
ApiId: !Ref HttpApi
|
||||
Lookup:
|
||||
Type: HttpApi
|
||||
Properties:
|
||||
Path: /lookup
|
||||
Method: GET
|
||||
ApiId: !Ref HttpApi
|
||||
Authorize:
|
||||
Type: HttpApi
|
||||
Properties:
|
||||
|
||||
Reference in New Issue
Block a user