Skip to content

Commit

Permalink
Update urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shank03 authored Oct 4, 2023
1 parent 75c0443 commit 0dc7e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrihub/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
]

if BASE_URL:
urlpatterns = [ path(str(BASE_URL), include(basepatterns)) ]
urlpatterns = [path(str(BASE_URL), include(basepatterns))]
else:
urlpatterns = basepatterns

0 comments on commit 0dc7e29

Please sign in to comment.