diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/main.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.py b/src/main.py index ff57f08..783698e 100755 --- a/src/main.py +++ b/src/main.py @@ -20,6 +20,7 @@ app.add_middleware( allow_credentials=True, allow_methods=["*"], allow_headers=["*"], + expose_headers=["X-Total-Count"], ) # TODO: X-Total-Count |