First merge from develop to main (WIP) #7

Merged
sugar merged 199 commits from develop into main 2026-01-27 17:47:07 +00:00
Showing only changes of commit cf761d218d - Show all commits

View File

@@ -11,6 +11,10 @@ import (
)
func Start() {
if !viper.GetBool("server.debug_mode") {
gin.SetMode(gin.ReleaseMode)
}
r := gin.New()
r.Use(gin.Recovery(), middleware.GinLogger())