authens/tests/urls.py
2020-05-29 16:28:31 +02:00

4 lines
98 B
Python

from django.urls import include, path
urlpatterns = [path("authens/", include("authens.urls"))]