Commit ba900833 authored by szh's avatar szh

up

parent bf29a82c
...@@ -10,12 +10,13 @@ import ( ...@@ -10,12 +10,13 @@ import (
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"
"net/http" "net/http"
"time" "time"
"chain33-pai/pkg/logging"
) )
func init() { func init() {
setting.Setup() setting.Setup()
models.Setup() models.Setup()
//logging.Setup() logging.Setup()
//gredis.Setup() //gredis.Setup()
util.Setup() util.Setup()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment