Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
kj
/
anamnesis-backend
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
minor bug fix
master
kj1352
hace 4 años
padre
1eafa8af23
commit
1a1c81a254
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
src/user-profile/category-routes.ts
+ 1
- 1
src/user-profile/category-routes.ts
Ver fichero
@@ -71,7 +71,7 @@ categoryRoutes.post('/add/', jwtAuthentication, async (request, response) => {
}
});
response.s
end
(200);
response.s
tatus
(200);
response.send(newCategory.insertedId.toHexString());
} catch(e) {
response.sendStatus(500);
Escribir
Vista previa
Cargando…
Cancelar
Guardar