Hinweis zu Online Backend URL

This commit is contained in:
brausjonas
2023-07-09 00:49:57 +02:00
parent 68e2d553f9
commit cb2ddc7bcf
+3
View File
@@ -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://185.245.96.48:8080"
export const baseURL = "http://localhost:8080" export const baseURL = "http://localhost:8080"