Showing
3 changed files
with
5 additions
and
4 deletions
... | ... | @@ -7,7 +7,8 @@ export const STATUS_BAR_HEIGHT = Constants.statusBarHeight |
7 | 7 | // DEV |
8 | 8 | export const SENATICS_URL = 'http://dev.proxy.py:3128/portal-core/rest/api' |
9 | 9 | |
10 | -export const BACKEND_URL = 'http://192.168.43.142:15000' | |
10 | +// export const BACKEND_URL = 'http://appaip.paraguay.gov.py' | |
11 | +export const BACKEND_URL = 'http://dev.proxy.py:15000' | |
11 | 12 | export const NOTIFICATION_ICON = 'http://ayuda.tesis-jmgo.cnc.una.py/img/jaikuaamina.icon.png' |
12 | 13 | export const INFO_PY_URL = 'https://informacionpublica.paraguay.gov.py/portal/' |
13 | 14 | export const PORTAL_DENUNCIAS_URL = 'http://www.denuncias.gov.py' | ... | ... |
... | ... | @@ -58,7 +58,7 @@ class PaginaDetalle extends Component { |
58 | 58 | <Divider /> |
59 | 59 | <View style={css.cardFooter} > |
60 | 60 | <Text style={css.fechaSolicitud}> |
61 | - {moment(flujo.fechaCambio).locale('es-ES').fromNow()} | |
61 | + {moment(flujo.fechaCambio).locale('es').fromNow()} | |
62 | 62 | </Text> |
63 | 63 | </View> |
64 | 64 | </Card>)) |
... | ... | @@ -84,7 +84,7 @@ class PaginaDetalle extends Component { |
84 | 84 | <Divider /> |
85 | 85 | <View style={css.cardFooter} > |
86 | 86 | <Text style={css.fechaSolicitud}> |
87 | - {moment(props.solicitud.fecha).locale('es-ES').fromNow()} | |
87 | + {moment(props.solicitud.fecha).locale('es').fromNow()} | |
88 | 88 | </Text> |
89 | 89 | <Text style={css.nombreUsuario} > |
90 | 90 | {props.usuario.nombre} {props.usuario.apellido} | ... | ... |
Please
register
or
login
to post a comment