From 0b383e2faea2329ef971526c3a86b6fe7587b1bf Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 19 Apr 2016 16:36:35 +0100 Subject: [PATCH] Let everyone see the API info page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If it’s not for them it’s OK, they’ll be scared away. --- app/main/views/send.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/main/views/send.py b/app/main/views/send.py index 469612a0d..6773dca08 100644 --- a/app/main/views/send.py +++ b/app/main/views/send.py @@ -180,7 +180,6 @@ def send_message_to_self(service_id, template_id): @main.route("/services//send//from-api", methods=['GET']) @login_required -@user_has_permissions('manage_api_keys') def send_from_api(service_id, template_id): template = Template( service_api_client.get_service_template(service_id, template_id)['data'],