mirror of
https://github.com/diced/zipline.git
synced 2026-01-05 09:18:24 -08:00
fix no image path
This commit is contained in:
@@ -146,7 +146,7 @@ export class RootController {
|
||||
config.uploader.rich_content_route
|
||||
? config.uploader.rich_content_route
|
||||
: config.uploader.route
|
||||
}/`;
|
||||
}/${fileName}.${ext}`;
|
||||
|
||||
if (this.webhooks.events.includes(WebhookType.UPLOAD))
|
||||
WebhookHelper.sendWebhook(this.webhooks.upload.content, {
|
||||
|
||||
Reference in New Issue
Block a user