Skip to content

Commit

Permalink
resolve tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Kanzer authored and Aaron Kanzer committed Nov 25, 2024
1 parent cc6f052 commit 7cae355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandiapi/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def to_url(self, value):
register_converter(DandisetIDConverter, 'dandiset_id')
urlpatterns = [
path('', root_content_view),
path('robots.txt', robots_txt_view),
path('robots.txt', robots_txt_view, name='robots.txt'),
path('api/', include(router.urls)),
path('api/auth/token/', auth_token_view, name='auth-token'),
path('api/stats/', stats_view),
Expand Down

0 comments on commit 7cae355

Please sign in to comment.