mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-13 12:00:01 -04:00
Video uploads
This commit is contained in:
parent
c9a02c2351
commit
26fb0486fd
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ app.post("/api/create-package", auth_psk, async function (req, res) {
|
||||||
description: req.body.description,
|
description: req.body.description,
|
||||||
tags: ["Hacking", "Animated", "Funny"],
|
tags: ["Hacking", "Animated", "Funny"],
|
||||||
payload: req.body.payload,
|
payload: req.body.payload,
|
||||||
background_video: req.body.background_video,
|
background_video: req.body.background_video_path,
|
||||||
background_image: req.body.background_image_path,
|
background_image: req.body.background_image_path,
|
||||||
type: req.body.type,
|
type: req.body.type,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue