uncommenting createNamespace method
This commit is contained in:
parent
8e8d0d3e01
commit
cc3b2a6cfc
@ -247,9 +247,9 @@ func (o *BookingController) Post() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
/*if err := o.createNamespace(resp.ExecutionsID); err != nil {
|
if err := o.createNamespace(resp.ExecutionsID); err != nil {
|
||||||
fmt.Println(err.Error())
|
fmt.Println(err.Error())
|
||||||
}*/
|
}
|
||||||
|
|
||||||
o.Data["json"] = map[string]interface{}{
|
o.Data["json"] = map[string]interface{}{
|
||||||
"data": []interface{}{b},
|
"data": []interface{}{b},
|
||||||
|
Loading…
Reference in New Issue
Block a user