From 31c6f77a780216c717d72427457cd3881951a12c Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 22 Mar 2022 13:14:26 +0100 Subject: [PATCH] include constants in the config values --- frontend/src/config/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/config/index.js b/frontend/src/config/index.js index 8b2b68a8a..a542a11f1 100644 --- a/frontend/src/config/index.js +++ b/frontend/src/config/index.js @@ -64,6 +64,7 @@ if ( } const CONFIG = { + ...constants, ...version, ...environment, ...endpoints,