@itutoring/itutoring_application_js_api 1.0.12 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/apiController.js +3 -3
  2. package/package.json +1 -1
package/apiController.js CHANGED
@@ -17,12 +17,12 @@ class APIController
17
17
  {
18
18
  if (location.hostname == 'localhost')
19
19
  {
20
- return "https://itutoring.9e.cz/server/php/API/";
20
+ return "https://api.test.itutoring.cz/";
21
21
 
22
22
  }
23
23
  else
24
24
  {
25
- return "server/php/API/";
25
+ return "https://api.itutoring.cz/";
26
26
  }
27
27
  }
28
28
 
@@ -202,7 +202,7 @@ class APIController
202
202
  var r_key = await this.GetLocalRKey();
203
203
  if (r_key == R_KEYs.r_key_test)
204
204
  {
205
- return "https://itutoring.9e.cz";
205
+ return "https://test.itutoring.cz";
206
206
  }
207
207
  else
208
208
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itutoring/itutoring_application_js_api",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
4
4
  "description": "Javascript API for iTutoring Application",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",