api: Use plural URL forms
Be compliant with api design guidelines, see osbuild/image-builder#42.
This commit is contained in:
parent
ea09205a27
commit
79402e04c7
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ async function composeImage(body) {
|
|||
}
|
||||
|
||||
async function getComposeStatus(id) {
|
||||
let path = '/compose/' + id;
|
||||
let path = '/composes/' + id;
|
||||
const request = await axios.get(IMAGE_BUILDER_API.concat(path));
|
||||
return request.data;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue