Added slash
This commit is contained in:
parent
ef0122597f
commit
ab41d24e80
@ -24,7 +24,7 @@ urlpatterns = [
|
|||||||
path('logout', logout),
|
path('logout', logout),
|
||||||
path('register', register),
|
path('register', register),
|
||||||
path('users', include("users.urls")),
|
path('users', include("users.urls")),
|
||||||
path('questions', include("questions.urls")),
|
path('questions/', include("questions.urls")),
|
||||||
path('answers', include("answers.urls")),
|
path('answers/', include("answers.urls")),
|
||||||
path('tests', include("trials.urls")),
|
path('tests/', include("trials.urls")),
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user