Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Delete url to get latest page and image number #76
Browse files Browse the repository at this point in the history
  • Loading branch information
carrosa committed Jan 29, 2019
1 parent eab3957 commit 072b482
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/django_backend/fg/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
url(r'^api/photos/latest-splash', api_views.LatestSplashPhotoView.as_view(), name="latest-splash"),
url(r'^api/photos/list-from-info', api_views.PhotoListFromAlbumPageAndImageNumber.as_view({'get':'list'}), name='list-from-info'),
url(r'^api/photos/list-from-ids', api_views.PhotoListFromIds.as_view(), name="list-from-ids"),
url(r'^api/photos/upload-info/(?P<album_id>\d+)', api_views.get_latest_image_number_and_page_number, name="upload-info"),
url(r'^api/photos/metadata/(?P<photo_id>\d+)', api_views.PhotoMetadataViewSet.as_view({'get': 'list'}), name="metadata"),
url(r'^api/users/fg', auth_views.FgUsersView.as_view(), name="fg-users"),
url(r'^api/users/power', auth_views.PowerUsersView.as_view(), name="fg-users")
Expand Down

0 comments on commit 072b482

Please sign in to comment.