mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
More trailing slashes
This commit is contained in:
parent
e894f3d28a
commit
da2d0c12da
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
var self = this;
|
||||
|
||||
$dropzone.find('.js-fileupload').fileupload().fileupload("option", {
|
||||
url: '/ghost/upload',
|
||||
url: '/ghost/upload/',
|
||||
add: function (e, data) {
|
||||
$progress.find('.js-upload-progress-bar').removeClass('fail');
|
||||
$dropzone.trigger('uploadstart', [$dropzone.attr('id')]);
|
||||
|
|
Loading…
Add table
Reference in a new issue