🧹 drop old env.js

ref #9
This commit is contained in:
Philipp Dormann 2021-03-22 19:28:42 +01:00
parent 5563f1fca3
commit 81b2db60ec
3 changed files with 0 additions and 7 deletions

View File

@ -9,7 +9,6 @@
</head>
<body class="bg-white font-family-karla h-screen">
<script src="./env.js"></script>
<script type="module" src="./src/main.js"></script>
</body>
</html>

View File

@ -1,3 +0,0 @@
const config = {
endpoint: 'https://dev.lauf-fuer-kaya.de/'
};

View File

@ -1,3 +0,0 @@
const config = {
endpoint: 'https://dev.lauf-fuer-kaya.de/'
};