Showing
1 changed file
with
1 additions
and
1 deletions
@@ -165,7 +165,7 @@ | @@ -165,7 +165,7 @@ | ||
165 | cache: false, | 165 | cache: false, |
166 | dataType: 'json', | 166 | dataType: 'json', |
167 | data: { | 167 | data: { |
168 | - actPath: `/uploads${path}`, | 168 | + actPath: `${path}`, |
169 | marker: marker | 169 | marker: marker |
170 | }, | 170 | }, |
171 | success: (result) => { | 171 | success: (result) => { |
-
Please register or login to post a comment