Commit 70b45164 authored by Jan Enzo Salvador's avatar Jan Enzo Salvador

Edited the forum\urls.py to map with views.py

parent cf10e578
from django.urls import path
from . import views
urlpatterns = [
path("", views.forumIndex, name="forumIndex"),
]
\ 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