Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
heuzef
/
pinry
réplica de
https://github.com/pinry/pinry.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
44
Wiki
Actividad
Explorar el Código
Fix: Should remove slash before api
pull/169/head
winkidney
hace 5 años
committed by
Isaac Bythewood
padre
65be291c24
commit
0ccef0576a
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
pinry-spa/src/components/api.js
+ 1
- 1
pinry-spa/src/components/api.js
Ver fichero
@@ -239,7 +239,7 @@ const User = {
);
}
}
const url = `${API_PREFIX}
/
profile/users/`;
const url = `${API_PREFIX}profile/users/`;
return new Promise(
(resolve) => {
axios.get(url).then(
Escribir
Vista previa
Cargando…
Cancelar
Guardar