diff --git a/anwendung/src/components/Constants.js b/anwendung/src/components/Constants.js index 20d725f..d433b48 100644 --- a/anwendung/src/components/Constants.js +++ b/anwendung/src/components/Constants.js @@ -1,2 +1,5 @@ +//Achtung!!! hier kann die URL für das Backend auf das Online Backend geändert werden. Verwendung des Online Backends +//auf eigene Gefahr. Aktuellster Stand der Software kann hier in Kombination mit einem Lokalen Frontend nicht gewährleistet werden. + //export const baseURL = "http://185.245.96.48:8080" export const baseURL = "http://localhost:8080" \ No newline at end of file