mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-05 04:46:03 +01:00
Fixed path separator for PHP on Windows (#983)
This commit is contained in:
@@ -34,7 +34,7 @@ export default class GPM extends EventEmitter {
|
|||||||
|
|
||||||
this.emit('fetching', this);
|
this.emit('fetching', this);
|
||||||
|
|
||||||
fetch(`${config.base_url_relative}/update.json/task:getUpdates`, {
|
fetch(`${config.base_url_relative}/update.json/task${config.param_sep}getUpdates`, {
|
||||||
credentials: 'same-origin',
|
credentials: 'same-origin',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
body: data
|
body: data
|
||||||
|
|||||||
Reference in New Issue
Block a user