feature/9-move-url-config-from-env-to-local-config #10

Merged
philipp merged 3 commits from feature/9-move-url-config-from-env-to-local-config into dev 2021-03-23 17:35:50 +00:00
3 changed files with 0 additions and 7 deletions
Showing only changes of commit 81b2db60ec - Show all commits

View File

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