Modified the conf loading process, now with onion in conf/conf.go

This commit is contained in:
pb
2023-10-31 11:23:39 +01:00
parent 1806624e76
commit 17f0998ffb
5 changed files with 78 additions and 41 deletions

View File

@@ -1,18 +0,0 @@
package controllers
import (
beego "github.com/beego/beego/v2/server/web"
)
// MainController is in charge of the main page
type MainController struct {
beego.Controller
}
// @Title logout
// @Description Logs out current logged in user session
// @Success 200 {string} logout success
// // @Security mySecurityPathNameApiKey
// @router /logout [get]