entry to upload datas

This commit is contained in:
mr
2026-01-12 14:37:37 +01:00
parent 543f6fe576
commit 89005be400
8 changed files with 339 additions and 1 deletions

View File

@@ -15,6 +15,11 @@ import (
func init() {
ns := beego.NewNamespace("/oc/",
beego.NSNamespace("/generic",
beego.NSInclude(
&controllers.GeneralController{},
),
),
beego.NSNamespace("/purchase",
beego.NSInclude(
&controllers.PurchaseController{},