tum vor 2 Jahren
Ursprung
Commit
de4a48992a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/api_config.ts

+ 1 - 1
src/api_config.ts

@@ -1,3 +1,3 @@
1
-export const API_URL = "http://localhost:8000/api/"
1
+export const API_URL = "http://192.168.1.35:8000/api/"
2 2
 //export const API_URL = "https://kacee.simplico.net/api/"
3 3