nhathuy07 commited on
Commit
c0e9b69
·
verified ·
1 Parent(s): a094248

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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