adjustments

This commit is contained in:
2024-08-13 08:14:15 -03:00
parent ecd21287ec
commit 7a07120a2c
3 changed files with 0 additions and 1 deletions

BIN
API Gateway config 1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 KiB

BIN
API Gateway config 2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 KiB

View File

@@ -137,7 +137,6 @@ def handler(ctx, data: io.BytesIO = None):
"status_code": 401,
"message": "Unauthorized",
"body": body,
"body_schema_validation": json.dumps(body_schema_validation),
"error": str(ex1)
}})