mirror of
https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
synced 2025-08-26 22:47:00 +08:00
added EMPTY (!!!) X-NLS-Signature response header
This commit is contained in:
parent
b6639f9bfb
commit
f20232d425
@ -719,7 +719,7 @@ async def leasing_v1_lessor(request: Request):
|
||||
|
||||
logger.debug(response)
|
||||
|
||||
return JSONr(response)
|
||||
return JSONr(response, headers={'X-NLS-Signature': '?'})
|
||||
|
||||
|
||||
# venv/lib/python3.9/site-packages/nls_services_lease/test/test_lease_multi_controller.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user