forked from TDTP/admin_transporte_backend
fix
parent
324d53ff72
commit
147e5e3126
|
@ -16,7 +16,7 @@ class ApiMiddleware:
|
||||||
return response
|
return response
|
||||||
|
|
||||||
match = resolve(request.path)
|
match = resolve(request.path)
|
||||||
logging.INFO(match)
|
logging.info(match)
|
||||||
|
|
||||||
# se omite esta regla al mostrar imagen de paradero
|
# se omite esta regla al mostrar imagen de paradero
|
||||||
if match.url_name == 'paradero_imagen-detail' and request.method == 'GET':
|
if match.url_name == 'paradero_imagen-detail' and request.method == 'GET':
|
||||||
|
|
Loading…
Reference in New Issue