mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-24 13:39:35 +02:00
Option to open links in the same tab. Api upload icon. Render image icon instead of MDI. Dockerfile client dependencies fix.
This commit is contained in:
parent
e3ed429da1
commit
6c067bee31
18 changed files with 214 additions and 13 deletions
|
@ -1,5 +1,6 @@
|
|||
const express = require('express');
|
||||
const router = express.Router();
|
||||
const upload = require('../middleware/multer');
|
||||
|
||||
const {
|
||||
createApp,
|
||||
|
@ -12,7 +13,7 @@ const {
|
|||
|
||||
router
|
||||
.route('/')
|
||||
.post(createApp)
|
||||
.post(upload, createApp)
|
||||
.get(getApps);
|
||||
|
||||
router
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue