Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
keithasaurus committed Aug 12, 2024
1 parent 44a6320 commit 8ea1e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/django_example/django_example/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@

urlpatterns = [
path("contact", contact),
path("contact-async", contact_async), # type: ignore[arg-type]
path("contact-async", contact_async),
]

0 comments on commit 8ea1e77

Please sign in to comment.