diff --git a/note_kfet/urls.py b/note_kfet/urls.py index 733e3bb7..eedb9f0f 100644 --- a/note_kfet/urls.py +++ b/note_kfet/urls.py @@ -33,6 +33,9 @@ urlpatterns = [ path('accounts/', include('django.contrib.auth.urls')), path('api/', include('api.urls')), path('permission/', include('permission.urls')), + + # Apple App Site Association + path('.well-known/apple-app-site-association', apple_app_site_association), ] # During development, serve static and media files