Custom images are out of beta
This commit is contained in:
@@ -86,7 +86,7 @@ import { settings, elements, regionNames, apiGet, apiPost, objPut, parseParams,
|
||||
if (ui.description.value.length)
|
||||
req.description = ui.description.value;
|
||||
|
||||
apiPost("beta/images/upload", req, displayUpload);
|
||||
apiPost("/images/upload", req, displayUpload);
|
||||
};
|
||||
|
||||
// Click handler for upload button
|
||||
|
||||
Reference in New Issue
Block a user