This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
wiki
/
weseek__growi
espejo de
https://github.com/weseek/growi
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
adjust
itizawa
hace 5 años
padre
3b26c1e139
commit
d4ccc8f63f
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
src/server/middlewares/certify-shared-file.js
+ 1
- 1
src/server/middlewares/certify-shared-file.js
Ver fichero
@@ -40,7 +40,7 @@ module.exports = (crowi) => {
return;
});
-
return
next();
+ next();
};
};