1
0

Remove an endpoint that never existed

This commit is contained in:
Jorik Schellekens
2019-08-27 14:13:09 +01:00
parent 01d05e40a9
commit 66bc80eddf

View File

@@ -68,9 +68,6 @@ export const getSecretkey = serverName =>
.then(res => res.json())
.then(json => json.secret_key)
export const getConfig = () => {
};
export const postConfig = (config, subConfigName) =>
fetchAbs(