adapt on booking new struct + instance of a resource

This commit is contained in:
mr
2025-02-05 08:41:16 +01:00
parent ea69be8df1
commit 43579a479f
9 changed files with 314 additions and 4 deletions

View File

@@ -15,6 +15,9 @@ import (
func init() {
ns := beego.NewNamespace("/oc/",
beego.NSInclude(
&controllers.DatacenterController{},
),
beego.NSNamespace("/booking",
beego.NSInclude(
&controllers.BookingController{},