forwarded-auth

This commit is contained in:
mr
2026-02-20 10:35:02 +01:00
parent c5741b9650
commit 2ccbfe93ed
7 changed files with 67 additions and 40 deletions

View File

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