From 1b60bce58a3598a69687ea6bc95938739dc1c715 Mon Sep 17 00:00:00 2001 From: tkalir Date: Sun, 21 Apr 2024 18:04:50 +0300 Subject: [PATCH] Update api.py --- anyway/views/news_flash/api.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anyway/views/news_flash/api.py b/anyway/views/news_flash/api.py index d69a7008..01cd509e 100644 --- a/anyway/views/news_flash/api.py +++ b/anyway/views/news_flash/api.py @@ -342,7 +342,8 @@ def extracted_location_and_qualification(news_flash_obj: NewsFlash): @roles_accepted( - BE_CONST.Roles2Names.Admins.value + BE_CONST.Roles2Names.Admins.value, + BE_CONST.Roles2Names.Location_verification.value ) def update_news_flash_qualifying(id): current_user = get_current_user()