From cb2ddc7bcf7c6cb4c1a28394213ac4f093d64c83 Mon Sep 17 00:00:00 2001 From: brausjonas Date: Sun, 9 Jul 2023 00:49:57 +0200 Subject: [PATCH] Hinweis zu Online Backend URL --- anwendung/src/components/Constants.js | 3 +++ 1 file changed, 3 insertions(+) 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