comment health check
This commit is contained in:
parent
4e1e3f20af
commit
243db11a63
@ -256,7 +256,7 @@ func (o *BookingController) Post() {
|
||||
o.ServeJSON()
|
||||
return
|
||||
}
|
||||
serv, err := infrastructure.NewServiceByType(res.ToComputeResource().Infrastructure.String())
|
||||
/*serv, err := infrastructure.NewServiceByType(res.ToComputeResource().Infrastructure.String())
|
||||
if err != nil {
|
||||
o.Data["json"] = map[string]interface{}{
|
||||
"data": nil,
|
||||
@ -274,7 +274,7 @@ func (o *BookingController) Post() {
|
||||
}
|
||||
o.ServeJSON()
|
||||
return
|
||||
}
|
||||
}*/
|
||||
}
|
||||
// delete all previous bookings
|
||||
isDraft := o.Ctx.Input.Query("is_draft")
|
||||
|
Loading…
Reference in New Issue
Block a user