Commit 0361af62eafba264781f61a96ba412df8382ab13
1 parent
091d8d5d
cambios de prueba para ver por que no anda
Showing
4 changed files
with
7 additions
and
6 deletions
initserver.sh
100644 → 100755
... | ... | @@ -5,9 +5,9 @@ export const STATUS_BAR_HEIGHT = Constants.statusBarHeight |
5 | 5 | // PROD |
6 | 6 | // export const SENATICS_URL = 'https://informacionpublica.paraguay.gov.py:443/portal-core/rest/api' |
7 | 7 | // DEV |
8 | -export const SENATICS_URL = 'http://162.243.3.243:2128/api' | |
8 | +export const SENATICS_URL = 'http://dev.proxy.py:3128/portal-core/rest/api' | |
9 | 9 | |
10 | -export const BACKEND_URL = '162.243.3.243:15000' | |
10 | +export const BACKEND_URL = 'http://192.168.43.142:15000' | |
11 | 11 | export const NOTIFICATION_ICON = 'http://ayuda.tesis-jmgo.cnc.una.py/img/jaikuaamina.icon.png' |
12 | 12 | export const INFO_PY_URL = 'https://informacionpublica.paraguay.gov.py/portal/' |
13 | 13 | export const PORTAL_DENUNCIAS_URL = 'http://www.denuncias.gov.py' | ... | ... |
... | ... | @@ -6,9 +6,9 @@ import { fetchAfterPost, |
6 | 6 | changePage |
7 | 7 | } from './solicitudes' |
8 | 8 | |
9 | -// import { | |
10 | -// logAll, | |
11 | -// } from './logger' | |
9 | +import { | |
10 | + logAll, | |
11 | +} from './logger' | |
12 | 12 | |
13 | 13 | import { |
14 | 14 | renewToken |
... | ... | @@ -26,7 +26,7 @@ import { |
26 | 26 | |
27 | 27 | export default combineEpics( |
28 | 28 | fetchAfterPost, |
29 | - // logAll, | |
29 | + logAll, | |
30 | 30 | askLocationOnPost, |
31 | 31 | getLocationOnGrant, |
32 | 32 | postLocationOnReceive, | ... | ... |
Please
register
or
login
to post a comment