Skip to content

Commit

Permalink
security changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NvdLaan committed Dec 19, 2024
1 parent 6535a85 commit 7f40721
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/config/urls.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from django.shortcuts import redirect
from apps.homeownerassociation.views import HomeOwnerAssociationView
from apps.address.views import AddressViewset
from apps.cases.views import CaseViewSet
Expand Down Expand Up @@ -40,4 +41,8 @@ def ok(request):
SpectacularSwaggerView.as_view(url_name="schema"),
name="swagger-ui",
),
path(
".well-known/security.txt",
lambda: redirect("https://www.amsterdam.nl/security.txt"),
),
]

0 comments on commit 7f40721

Please sign in to comment.