Skip to content

Commit b1ff1ea

Browse files
Code refactoring
1 parent 1faed62 commit b1ff1ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

portfolio/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from django.urls import path
22
from .views import IndexPageView
33

4+
45
urlpatterns = [
56
path('', IndexPageView.as_view()),
67
]

0 commit comments

Comments
 (0)