mirror of
https://github.com/ansible/awx.git
synced 2026-03-14 15:37:29 -02:30
Tastypie URLs go here
This commit is contained in:
6
lib/api/urls.py
Normal file
6
lib/api/urls.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.conf import settings
|
||||
from django.conf.urls import *
|
||||
|
||||
urlpatterns = patterns('',
|
||||
# (r'^', fooooooo),
|
||||
)
|
||||
Reference in New Issue
Block a user