fix api path in config js
This commit is contained in:
parent
676a3c96eb
commit
e2ae95cea0
@ -5,7 +5,7 @@
|
||||
class ConfigHandler {
|
||||
constructor(options = {}) {
|
||||
this.options = {
|
||||
apiEndpoint: options.apiEndpoint || "/config/api_update_config",
|
||||
apiEndpoint: options.apiEndpoint || "/config/api/update_config",
|
||||
...options,
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user