fix setup
This commit is contained in:
parent
bed27ef9a2
commit
517f9bffe7
|
@ -33,6 +33,7 @@ export default function CreateCruisePage() {
|
|||
"containerUrl": `ghcr.io/${owner}/${repo}`,
|
||||
"namespaceId": search.get("namespaceId"),
|
||||
"serviceUrl": hostUriInput,
|
||||
"hostnammes": []
|
||||
})
|
||||
}).then((response)=> {
|
||||
if(response.status === 200) {
|
||||
|
|
Loading…
Reference in a new issue