Skip to content

Commit

Permalink
added post in blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya-Oladazimi committed Jul 21, 2022
1 parent 8fad1db commit b5d5f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/cancel_dataset_creation/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_blueprint(self):
u'/cancel_dataset_creation/cancel_dataset/<package_id>/<is_draft>',
u'cancel_dataset',
BaseController.cancel_dataset,
methods=['GET']
methods=['GET', 'POST']
)

blueprint.add_url_rule(
Expand Down

0 comments on commit b5d5f71

Please sign in to comment.