mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 06:29:31 -02:30
Update URL strucuture, fixed string based calls
This commit is contained in:
7
awx/api/urls/__init__.py
Normal file
7
awx/api/urls/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# Copyright (c) 2017 Ansible, Inc.
|
||||
# All Rights Reserved.
|
||||
|
||||
from __future__ import absolute_import, unicode_literals
|
||||
from .urls import urlpatterns
|
||||
|
||||
__all__ = ['urlpatterns']
|
||||
Reference in New Issue
Block a user