Browse Source

new url fix

amenpunk 1 year ago
parent
commit
2a3d7dc07b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package.json
  2. 1 1
      src/Utils/HTTP.js

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
1 1
 {
2 2
     "name": "psicoadmin",
3
-    "homepage": "http://psicoadmin.ditca.org",
3
+    "homepage": "https://evaluacionline.com",
4 4
     "version": "0.1.0",
5 5
     "private": true,
6 6
     "dependencies": {

+ 1 - 1
src/Utils/HTTP.js

@@ -4,7 +4,7 @@ export class Service {
4 4
 
5 5
   constructor(path) {
6 6
     // this.base_url = 'http://204.48.25.93:8081'
7
-    this.base_url = 'https://psicoadmin.ditca.org:8443'
7
+    this.base_url = 'https://evaluacionline.com:8444'
8 8
     this.url = this.base_url + path
9 9
     // this.api =  'http://204.48.25.93:8081/user?user=patrik&password=12345'
10 10
     // this.api =  'http://psicoadmin.ditca.org:8081/user?user=patrik&password=12345'