AuthForwarded API

This commit is contained in:
mr
2026-02-20 10:31:58 +01:00
parent ec755d9dac
commit 139a6aa237
6 changed files with 37 additions and 17 deletions

View File

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