fix
This commit is contained in:
8
http-api/app/routes/webhooks/__init__.py
Normal file
8
http-api/app/routes/webhooks/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from aws_lambda_powertools.event_handler.api_gateway import Router
|
||||
|
||||
router = Router()
|
||||
|
||||
|
||||
@router.get('/', include_in_schema=False)
|
||||
def get_webhooks():
|
||||
return []
|
||||
Reference in New Issue
Block a user