Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add another overload to path function (#234)
Allows to pass NinjaAPI's ``.urls`` to Django's ``path`` function. Adding ``URLPattern`` to ``IncludedURLConf`` didn't work. My guess is that this is caused by the `str | None` in ``IncludedURLConf`` which is not as strict as the return type of ``ninja_api.urls`` fixes #173
- Loading branch information