mirror of
https://github.com/bspeice/UNCCGameDay-Server
synced 2025-12-07 02:28:53 -05:00
Add new serialization code
This commit is contained in:
6
uncc_gameday/gameday/urls.py
Normal file
6
uncc_gameday/gameday/urls.py
Normal file
@ -0,0 +1,6 @@
|
||||
from django.conf.urls import url, patterns
|
||||
import views
|
||||
|
||||
urlpatterns = patterns('',
|
||||
url('^lots/$', views.ParkingLotList.as_view())
|
||||
)
|
||||
Reference in New Issue
Block a user