from django.urls import path
from Student.views import *
urlpatterns = [
path("", studnets),
path("selectCourse", get_select_course_by_id)
]