diff --git a/frontend/package.json b/frontend/package.json index 2323354..06eef42 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,6 +15,6 @@ }, "config": { "// apiBase for local development": "http://dc2018-react-backend.docker.localhost", - "apiBase": "http://react-training.1xinternet.de/" + "apiBase": "http://react-training.1xinternet.de" } }