From bca176c6c37e008109c198b94cb9df68362e6942 Mon Sep 17 00:00:00 2001 From: "Planoetscher Daniel (Student Com20)" <daniel.planoetscher@stud-inf.unibz.it> Date: Thu, 20 May 2021 23:26:00 +0200 Subject: [PATCH] config merge --- client/src/config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/config.ts b/client/src/config.ts index f7959fd..a794e21 100644 --- a/client/src/config.ts +++ b/client/src/config.ts @@ -1,4 +1,3 @@ - export let apiRoot: string; if (process.env.NODE_ENV === 'production') { -- GitLab