gault-millau/apps/authorization/urls/web.py

7 lines
86 B
Python

"""Url routing for application authorization"""
app_name = 'auth'
urlpatterns = [
]