mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 07:47:44 -02:30
Flake8 fixes and URL updates
This commit is contained in:
@@ -10,6 +10,7 @@ from awx.sso.views import (
|
||||
)
|
||||
|
||||
|
||||
app_name = 'sso'
|
||||
urlpatterns = [
|
||||
url(r'^complete/$', sso_complete, name='sso_complete'),
|
||||
url(r'^error/$', sso_error, name='sso_error'),
|
||||
|
||||
Reference in New Issue
Block a user