Remove an endpoint that never existed
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user