From f511ff7dc9a51f8fd8015216bb4ff14714876f54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Garc=C3=ADa=20Garz=C3=B3n?= Date: Thu, 28 Dec 2023 07:23:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20sonar:=20apiVersion=20->=20api?= =?UTF-8?q?=5Fversion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/api_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/api_base.py b/backend/api_base.py index 48563c29..43f52a4e 100644 --- a/backend/api_base.py +++ b/backend/api_base.py @@ -14,7 +14,7 @@ def setup_base(app): @app.get('/api/version') - def apiVersion(): + def api_version(): return dict( version = version, )