kopia lustrzana https://github.com/dgtlmoon/changedetection.io
Fix import
rodzic
1aae6220e5
commit
83f35e98e4
|
@ -326,10 +326,10 @@ def changedetection_app(config=None, datastore_o=None):
|
|||
resource_class_kwargs={'datastore': datastore})
|
||||
|
||||
watch_api.add_resource(Tags, '/api/v1/tags',
|
||||
resource_class_kwargs={'datastore': datastore, 'update_q': update_q})
|
||||
resource_class_kwargs={'datastore': datastore})
|
||||
|
||||
watch_api.add_resource(Tag, '/api/v1/tag', '/api/v1/tag/<string:uuid>',
|
||||
resource_class_kwargs={'datastore': datastore})
|
||||
resource_class_kwargs={'datastore': datastore, 'update_q': update_q})
|
||||
|
||||
watch_api.add_resource(Search, '/api/v1/search',
|
||||
resource_class_kwargs={'datastore': datastore})
|
||||
|
|
Ładowanie…
Reference in New Issue