Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -60,7 +60,7 @@ class QType(Enum):
|
|
60 |
|
61 |
|
62 |
|
63 |
-
async def __api_guard(request, call_next):
|
64 |
# Your custom logic here
|
65 |
client_url = request.url.path
|
66 |
client_ip_addr = request.client.host
|
|
|
60 |
|
61 |
|
62 |
|
63 |
+
async def __api_guard(request, call_next, **kwargs):
|
64 |
# Your custom logic here
|
65 |
client_url = request.url.path
|
66 |
client_ip_addr = request.client.host
|