reenable logging of details calls

This commit is contained in:
Sarah Hoffmann
2023-09-06 11:35:53 +02:00
parent 8b56b55761
commit c55c3657c3
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ class FileLoggingMiddleware(BaseHTTPMiddleware):
finish = dt.datetime.now(tz=dt.timezone.utc)
for endpoint in ('reverse', 'search', 'lookup'):
for endpoint in ('reverse', 'search', 'lookup', 'details'):
if request.url.path.startswith('/' + endpoint):
qtype = endpoint
break