|
|
@ -57,7 +57,7 @@ class PostController extends SiteController { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
async postUpdateImage (req, res, next) { |
|
|
|
async postUpdateImage (req, res) { |
|
|
|
const { post: postService } = this.dtp.services; |
|
|
|
try { |
|
|
|
const displayList = this.createDisplayList('post-image'); |
|
|
|