From 4cc5f3d8f00be46f71b91c5a2b833aaeab602260 Mon Sep 17 00:00:00 2001 From: Stephen Coady Date: Mon, 22 Mar 2021 16:43:36 +0000 Subject: [PATCH] remove v1 Signed-off-by: Stephen Coady --- roles/notifs/backend/templates/fmn.consumer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 09db8d05c3..60f322a2cc 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -99,7 +99,7 @@ config = { {% else -%} "fasjson": { "active": True, - "url": "https://fasjson.fedoraproject.org/v1/" + "url": "https://fasjson.fedoraproject.org/" } "fas_credentials": { "username": "{{fedoraDummyUser}}",