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