Skip to content

Commit

Permalink
Update urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaybalamahalingam authored Jul 31, 2023
1 parent a274021 commit c0cdcd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/djangoapp/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
# view refers to the view function
# name the URL

server/djangoapp/views.py # path for about view
# path for about view

# path for contact us view

# path for registration

# path for login
server/djangoapp/views.py # path for login

# path for logout
server/djangoapp/views.py # path for logout

path(route='', view=views.get_dealerships, name='index'),

Expand Down

0 comments on commit c0cdcd1

Please sign in to comment.