Skip to content

Commit

Permalink
Update urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyuan99 authored Jan 15, 2024
1 parent bb465b6 commit f66eeda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tracks/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
urlpatterns = [
path('', views.index, name='index'),
path('hardware', views.hardware, name='hardware'),
path('yuanc', views.yuanc, name='yuanc'),
path('companies', views.companies, name='companies'),
path('add-application', views.add_application, name='add-application'),
path('application/edit/<int:id>/', views.edit_application, name='application-edit'),
Expand Down

0 comments on commit f66eeda

Please sign in to comment.