sync working

This commit is contained in:
vabene1111
2018-03-30 23:37:31 +02:00
parent a155c0c522
commit e09b4d3074
5 changed files with 45 additions and 9 deletions

View File

@ -24,6 +24,8 @@ urlpatterns = [
path('batch/import', batch.batch_import, name='batch_import'),
path('batch/category', batch.batch_edit, name='batch_edit'),
path('api/get_file_link/<int:recipe_id>/', api.get_file_link, name='get_file_link'),
path('api/get_file_link/<int:recipe_id>/', api.get_file_link, name='api_get_file_link'),
path('api/sync_all/', api.dropbox_sync, name='api_dropbox_sync'),
]