From 3e0e4ee846d1642989339c95026669bba1a1b8df Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Wed, 28 Sep 2022 08:02:51 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 areas/apps/apps.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/areas/apps/apps.py b/areas/apps/apps.py
index 7d71ef62..5c20c210 100644
--- a/areas/apps/apps.py
+++ b/areas/apps/apps.py
@@ -44,7 +44,7 @@ def get_apps():
 
 
 @api_v1.route('/apps/<string:slug>', methods=['GET'])
-#@jwt_required()
+@jwt_required()
 def get_app(slug):
 
     app = AppsService.get_app(slug)
-- 
GitLab