Skip to content

Commit

Permalink
fix: iindent fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairshakoorarbisoft committed Aug 1, 2023
1 parent 32979b7 commit 862fe97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openassessment/fileupload/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

urlpatterns = [
path('django/<path:key>/', views_django_storage.django_storage,
name='openassessment-django-storage'),
name='openassessment-django-storage'),
path('<path:key>/', views_filesystem.filesystem_storage,
name='openassessment-filesystem-storage'),
name='openassessment-filesystem-storage'),
]

0 comments on commit 862fe97

Please sign in to comment.