mirror of
https://github.com/bspeice/UNCCGameDay-Server
synced 2024-12-04 13:58:14 -05:00
Move the API to the actual server root
This commit is contained in:
parent
4443572436
commit
c367344441
@ -18,6 +18,6 @@ urlpatterns = patterns('',
|
||||
# Uncomment the next line to enable the admin:
|
||||
# url(r'^admin/', include(admin.site.urls)),
|
||||
|
||||
url(r'^gameday/', include('gameday.urls')),
|
||||
url(r'^api/', include('rest_framework.urls', namespace='rest_framework')),
|
||||
url(r'', include('gameday.urls')),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user