Fix API for bulk_upload_checkin_photos
This commit is contained in:
@ -206,8 +206,8 @@ urlpatterns += [
|
||||
path('approve_checkin_history/', approve_checkin_history, name='approve_checkin_history'),
|
||||
|
||||
## Bulk Photo Upload & Checkin Correction
|
||||
path('api/bulk_upload_checkin_photos/', bulk_upload_checkin_photos, name='bulk_upload_checkin_photos'),
|
||||
path('api/get_bulk_upload_status/', get_bulk_upload_status, name='get_bulk_upload_status'),
|
||||
path('bulk_upload_checkin_photos/', bulk_upload_checkin_photos, name='bulk_upload_checkin_photos'),
|
||||
path('get_bulk_upload_status/', get_bulk_upload_status, name='get_bulk_upload_status'),
|
||||
|
||||
## Waypoint
|
||||
path('get_waypoint_datas_from_rogapp', get_waypoint_datas_from_rogapp, name='get_waypoint_datas_from_rogapp'),
|
||||
|
||||
Reference in New Issue
Block a user