Revert "import & export configuration"

This commit is contained in:
Philip H
2024-07-10 12:44:59 +02:00
committed by GitHub
parent 8b2706e3c2
commit abdf96011e
7 changed files with 37 additions and 149 deletions

View File

@@ -138,12 +138,4 @@ class API {
});
}
async restoreConfiguration(file) {
return this.call({
method: 'put',
path: '/wireguard/restore',
body: { file },
});
}
}