fix sharex
This commit is contained in:
@@ -867,9 +867,9 @@ export default router => {
|
|||||||
Parameters: {
|
Parameters: {
|
||||||
rating: defaultRating
|
rating: defaultRating
|
||||||
},
|
},
|
||||||
// $json:url$ maps to the `url` field in the success response JSON
|
// $json:file_url$ maps to the direct file URL in the success response JSON
|
||||||
URL: '$json:url$',
|
URL: '$json:file_url$',
|
||||||
ThumbnailURL: '$json:url$',
|
ThumbnailURL: '$json:file_url$',
|
||||||
ErrorMessage: '$json:msg$'
|
ErrorMessage: '$json:msg$'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user