endpoint de status
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
from django.urls import path
|
||||
from .views import get_promocion_view
|
||||
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'),
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user