remove browse, add image
This commit is contained in:
@@ -21,4 +21,3 @@ export const getTests = (params = {}) => {
|
||||
}
|
||||
export const getConfig = () => apiFetch('/config')
|
||||
export const saveConfig = (body) => apiFetch('/config', { method: 'POST', body: JSON.stringify(body) })
|
||||
export const browse = (path) => apiFetch(`/browse${path ? `?path=${encodeURIComponent(path)}` : ''}`)
|
||||
|
||||
Reference in New Issue
Block a user