ForwardedAuth API

This commit is contained in:
mr
2026-02-20 10:33:42 +01:00
parent b8048e5556
commit ff2a2d03be
4 changed files with 19 additions and 7 deletions

View File

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