Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
kj
/
anamnesis-backend
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
minor bug fix
master
kj1352
4 anni fa
parent
1eafa8af23
commit
1a1c81a254
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
src/user-profile/category-routes.ts
+ 1
- 1
src/user-profile/category-routes.ts
Vedi File
@@ -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);
Scrivi
Anteprima
Caricamento…
Annulla
Salva