AuthForwarded API

This commit is contained in:
mr
2026-02-20 10:32:48 +01:00
parent 145dcba0d3
commit 3e6795294f
5 changed files with 50 additions and 20 deletions

View File

@@ -4,10 +4,12 @@ import (
_ "oc-workflow/routers"
oclib "cloud.o-forge.io/core/oc-lib"
beego "github.com/beego/beego/v2/server/web"
)
const appname = "oc-workflow"
func main() {
oclib.InitAPI(appname)
beego.Run()
}