Skip to content

Commit

Permalink
Configure root URL patterns to map to 'payment' app
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel81 committed May 10, 2024
1 parent b298599 commit d0cb273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shopnest/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
path('', TemplateView.as_view(template_name='index.html')),
path('api/products/', include('core.urls')),
path('api/user/', include('accounts.urls')),
path('api/stripe/', include('payment.urls')),
]


Expand Down

0 comments on commit d0cb273

Please sign in to comment.