Skip to content
Snippets Groups Projects
Commit 0e7a63f3 authored by jose.ignacio.fagian's avatar jose.ignacio.fagian
Browse files

Se añaden los cambios aplicados en el codigo de backend Java para el...

Se añaden los cambios aplicados en el codigo de backend Java para el procesamiento de los JSON en la nueva version de matefun.
Se actualiza el binario de matefun.
parent 1408b11e
No related branches found
No related tags found
No related merge requests found
Showing
with 146 additions and 135 deletions
This diff is collapsed.
......@@ -24,7 +24,8 @@
"core-js": "^2.4.1",
"d3": "^4.12.2",
"font-awesome": "^4.7.0",
"function-plot": "git+https://github.com/diego-rey/function-plot.git#feature/integration-domain-shape",
"function-plot": "git://github.com/diego-rey/function-plot.git#feature/integration-domain-shape",
"graph3D": "git://github.com/ifagian/graph3D#master",
"ionicons": "^3.0.0",
"jq-console": "^2.13.2",
"jquery": "^3.2.1",
......@@ -34,8 +35,7 @@
"ng2-slider-component": "^1.0.9",
"rxjs": "^5.1.0",
"tippy.js": "^1.2.0",
"zone.js": "^0.8.4",
"graph3D": "git://github.com/ifagian/graph3D#master"
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/cli": "1.2.6",
......
......@@ -4,8 +4,8 @@
//export const SERVER = 'http://localhost:9090';
//export const GHCI_URL = 'ws://localhost:9090/endpoint';
//export const SERVER = 'http://localhost:8080';
//export const GHCI_URL = 'ws://localhost:8080/endpoint';
// export const SERVER = 'http://localhost:9090';
// export const GHCI_URL = 'ws://localhost:9090/endpoint';
//Configuracion dinamica pensando en servidor con ip dinamica
......@@ -13,6 +13,7 @@
// export const GHCI_URL = window.location.protocol == 'http:'? 'ws://'+window.location.host+'/endpoint': 'wss://'+window.location.host+'/endpoint';
// Google cloud platform
export const SERVER = 'http://35.199.110.129:9090';
export const GHCI_URL = 'ws://35.199.110.129:9090/endpoint';
No preview for this file type
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment