7 lines
86 B
Python
7 lines
86 B
Python
"""Url routing for application authorization"""
|
|
|
|
app_name = 'auth'
|
|
|
|
urlpatterns = [
|
|
]
|