Commit 2c33d930 authored by Ysabella Panghulan's avatar Ysabella Panghulan

edited urls.py of assignments app

parent f25a8022
...@@ -2,5 +2,5 @@ from django.urls import path ...@@ -2,5 +2,5 @@ from django.urls import path
from . import views from . import views
urlpatterns = [ urlpatterns = [
path('assignments/', views.assignments, name = "assignments"), path('', views.assignments, name = "assignments"),
] ]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment