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