fix perm bug, add share-lib
This commit is contained in:
parent
9a8b91cdec
commit
67bd291c7e
@ -188,6 +188,8 @@ router.post('/save_share', async (req, res, next) => {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const body = req.body
|
const body = req.body
|
||||||
const isDev = body.isDev
|
const isDev = body.isDev
|
||||||
const GameShareImageModel = isDev ? GameShareImageTest : GameShareImage
|
const GameShareImageModel = isDev ? GameShareImageTest : GameShareImage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user