fix admin status
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good

This commit is contained in:
juanjo
2026-04-12 22:56:35 +02:00
parent e5908b1880
commit 3da81a9495
5 changed files with 49 additions and 1 deletions

View File

@@ -4,6 +4,5 @@ from .views import get_promocion_view, status_view
urlpatterns = [
# Capa 1: Definición del endpoint
path('obtener/', get_promocion_view, name='get_promocion'),
path('status/', status_view, name='api_status'),
]