Fixed bug where config reset followed by update failed

This commit is contained in:
itay 2019-02-18 14:45:03 +02:00
parent 3508515840
commit 122ce5f406
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class ConfigurePageComponent extends AuthComponent {
};
resetConfig = () => {
this.authFetch('/api/configuration',
this.authFetch('/api/configuration/island',
{
method: 'POST',
headers: {'Content-Type': 'application/json'},