Bulk Action path issue solved.

This commit is contained in:
Cüneyt Şentürk 2019-11-22 17:34:12 +03:00
parent 03e2079b2c
commit dc7c1d3887

View File

@ -73,7 +73,7 @@ export default class BulkAction {
this.loading = true;
axios.post('bulk-actions/' + path, {
axios.post(url +'/common/bulk-actions/' + path, {
'handle': this.value,
'selected': this.selected
})