mirror of
https://github.com/bspeice/UNCCGameDay-Server
synced 2025-12-07 02:28:53 -05:00
Add code for the REST API to work with Parking lot ratings
This commit is contained in:
@ -2,5 +2,6 @@ from django.conf.urls import url, patterns
|
||||
import views
|
||||
|
||||
urlpatterns = patterns('',
|
||||
url('^lots/$', views.ParkingLotList.as_view())
|
||||
url('^lots/$', views.ParkingLotList.as_view()),
|
||||
url('^rate/$', views.RateLot.as_view())
|
||||
)
|
||||
Reference in New Issue
Block a user