from django.urls import path,include
from .views import *
urlpatterns = [
# path('correct_candidate/', CorrectCandidate.as_view()),
]