master
ifiguero 2024-07-30 13:35:08 -04:00
parent 324d53ff72
commit 147e5e3126
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class ApiMiddleware:
return response
match = resolve(request.path)
logging.INFO(match)
logging.info(match)
# se omite esta regla al mostrar imagen de paradero
if match.url_name == 'paradero_imagen-detail' and request.method == 'GET':