diff --git a/backend/backend/urls.py b/backend/backend/urls.py index f133f51..862f7e6 100644 --- a/backend/backend/urls.py +++ b/backend/backend/urls.py @@ -28,7 +28,6 @@ path('login/', views.LoginView.as_view(), name='github_login'), path('login/github/callback/', views.GitHubLoginView.as_view(), name='github_login_callback'), path('problems/', include('problems.urls')), - # path('HomePage/', include('HomePage.urls')), path('users/', include('users.urls')), path('codes/', include('codes.urls')), path('boards/', include('boards.urls')), diff --git a/frontend/src/pages/HomePage.jsx b/frontend/src/pages/HomePage.jsx index 8c85927..82bea09 100644 --- a/frontend/src/pages/HomePage.jsx +++ b/frontend/src/pages/HomePage.jsx @@ -125,7 +125,7 @@ function HomePage() { {recentLecture.map((lecture, index) => ( ))}