Merge pull request #268 from guardicore/bugfix/reset-then-update-config

Fixed bug where config reset followed by update failed
This commit is contained in:
itaymmguardicore 2019-02-18 14:46:05 +02:00 committed by GitHub
commit 85044bc0c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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