feat: complete settings

This commit is contained in:
engigu
2023-12-31 21:31:56 +08:00
parent 77af985b76
commit 66b3a30a62
25 changed files with 595 additions and 37 deletions
+4
View File
@@ -4,6 +4,8 @@ import (
"fmt"
"log"
"message-nest/pkg/table"
"message-nest/service/cron_service"
"message-nest/service/env_service"
"net/http"
"github.com/gin-gonic/gin"
@@ -21,6 +23,8 @@ func init() {
logging.Setup()
util.Setup()
table.Setup()
env_service.Setup()
cron_service.Setup()
}
// @title Golang Gin API