Quellcode durchsuchen

change API_URL back to app.clicknpush.ca

aidan vor 1 Jahr
Ursprung
Commit
0ead484f9a
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      src/utils/RequestUtils.ts

+ 2 - 2
src/utils/RequestUtils.ts

@@ -11,11 +11,11 @@
 //export const API_URL = 'http://192.168.3.81:8000'
 // export const API_URL = 'https://staging.clicknpush.ca'
 
-// export const API_URL = 'https://app.clicknpush.ca'
+export const API_URL = 'https://app.clicknpush.ca'
 // export const API_URL = 'http://192.168.1.106:8000' // Nathan
 //export const API_URL = 'http://192.168.1.64:8000'   // Chase
 //export const API_URL = 'http://192.168.0.22:8000'       // Eric
 // export const API_URL = 'http://192.168.1.131:8000'  // Aidan surface
-export const API_URL = 'http://192.168.1.77:8000'  // Aidan home
+// export const API_URL = 'http://192.168.1.77:8000'  // Aidan home
 
 // export const API_URL = Config.API_URL