From 147e5e3126652b4ea0cd1c042bee79c7636bdb05 Mon Sep 17 00:00:00 2001 From: Israel Figueroa Date: Tue, 30 Jul 2024 13:35:08 -0400 Subject: [PATCH] fix --- project/api/middlewares.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/api/middlewares.py b/project/api/middlewares.py index 15fde7a..06e7506 100755 --- a/project/api/middlewares.py +++ b/project/api/middlewares.py @@ -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':