tum пре 2 година
родитељ
комит
de4a48992a
1 измењених фајлова са 1 додато и 1 уклоњено
  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