Skip to content

Commit

Permalink
Merge pull request #175 from fsinfuhh/staging
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid authored Oct 10, 2024
2 parents 7783ac1 + 1c0afa8 commit f54424e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mafiasi/nextcloud/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from .views import set_quota

urlpatterns = [
path("set_quota/<slug:username>", set_quota, name="nextcloud_set_quota"),
path("set_quota/<str:username>", set_quota, name="nextcloud_set_quota"),
]

0 comments on commit f54424e

Please sign in to comment.