Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Import Process
Import API
Commits
4c3a8c59
Verified
Commit
4c3a8c59
authored
Nov 22, 2021
by
Sebastian Schüpbach
Browse files
fix institution delete endpoint
parent
e7e21cb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
import_api_app/wsgi.py
View file @
4c3a8c59
...
...
@@ -119,7 +119,7 @@ app.add_url_rule('/v1/drupal/delete/record/<session_id>/<dryrun>',
app
.
add_url_rule
(
'/v1/drupal/delete/recordset/<session_id>/<dryrun>'
,
view_func
=
DeleteRecordset
.
as_view
(
'delete_recordset'
))
app
.
add_url_rule
(
'/v1/drupal/delete/
recordset
/<session_id>/<dryrun>'
,
app
.
add_url_rule
(
'/v1/drupal/delete/
institution
/<session_id>/<dryrun>'
,
view_func
=
DeleteInstitution
.
as_view
(
'delete_institution'
))
app
.
add_url_rule
(
'/v1/drupal/clearcache'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment