[FIX] RECRUITMENT: Fixed missing url for dashboard pipeline chart

This commit is contained in:
Horilla
2025-12-16 10:49:36 +05:30
parent 1c0e60ba99
commit 56a6793197

View File

@@ -429,11 +429,11 @@ urlpatterns = [
dashboard.OnGoingRecruitmentList.as_view(),
name="ongoing-recruitment-dashboard",
),
# path(
# "dashboard-pipeline/",
# views_dashboard.dashboard_pipeline,
# name="recruitment-pipeline",
# ),
path(
"dashboard-pipeline/",
views_dashboard.dashboard_pipeline,
name="recruitment-pipeline",
),
path(
"get-open-positions/",
views_dashboard.get_open_position,