Browse Source

change config

tum 3 years ago
parent
commit
de4a48992a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api_config.ts

+ 1 - 1
src/api_config.ts

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