From 81b2db60ecc3d1633ca299f772feefdc03ee976d Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Mon, 22 Mar 2021 19:28:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20drop=20old=20env.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref #9 --- index.html | 1 - public/env.js | 3 --- public/env.sample.js | 3 --- 3 files changed, 7 deletions(-) delete mode 100644 public/env.js delete mode 100644 public/env.sample.js diff --git a/index.html b/index.html index d9f09cb..506820a 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,6 @@ - diff --git a/public/env.js b/public/env.js deleted file mode 100644 index d10fe2d..0000000 --- a/public/env.js +++ /dev/null @@ -1,3 +0,0 @@ -const config = { - endpoint: 'https://dev.lauf-fuer-kaya.de/' -}; diff --git a/public/env.sample.js b/public/env.sample.js deleted file mode 100644 index d10fe2d..0000000 --- a/public/env.sample.js +++ /dev/null @@ -1,3 +0,0 @@ -const config = { - endpoint: 'https://dev.lauf-fuer-kaya.de/' -};