Skip to content

Commit

Permalink
Code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
BobsProgrammingAcademy authored Nov 29, 2024
1 parent 7eac0f5 commit b25aa20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auctions/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from . import views


urlpatterns = [
path('', views.index, name='index'),
path('login', views.login_view, name='login'),
Expand Down

0 comments on commit b25aa20

Please sign in to comment.