amenpunk 2 жил өмнө
parent
commit
2a3d7dc07b
2 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 1 1
      package.json
  2. 1 1
      src/Utils/HTTP.js

+ 1 - 1
package.json

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

+ 1 - 1
src/Utils/HTTP.js

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