mirror of
https://github.com/pinry/pinry.git
synced 2025-11-13 16:45:41 +01:00
Started the creation of an API and implemented infinite scroll. Closes issue #7.
This commit is contained in:
6
pinry/api/urls.py
Normal file
6
pinry/api/urls.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.conf.urls import patterns, include, url
|
||||
|
||||
|
||||
urlpatterns = patterns('',
|
||||
url(r'^pins/recent/(?P<page>\d*)/$', 'pinry.api.views.pins_recent', name='pins-recent'),
|
||||
)
|
||||
Reference in New Issue
Block a user