UI-Anpassungen
Dieser Commit ist enthalten in:
committet von
Server Deploy
Ursprung
7d67557be4
Commit
ef153789cc
@ -753,7 +753,7 @@ router.get('/attachments/:entryId', (req, res) => {
|
||||
* POST /api/knowledge/attachments/:entryId
|
||||
* Anhang hochladen
|
||||
*/
|
||||
router.post('/attachments/:entryId', upload.single('file'), (req, res) => {
|
||||
router.post('/attachments/:entryId', upload.single('files'), (req, res) => {
|
||||
try {
|
||||
const entryId = req.params.entryId;
|
||||
const db = getDb();
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren