mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-01-04 05:36:35 +08:00
refactor: 机器相关配置迁移至系统配置、pgsql数据操作完善、新增context-path
This commit is contained in:
@@ -28,7 +28,7 @@ func runWebServer() {
|
||||
|
||||
server := config.Conf.Server
|
||||
port := server.GetPort()
|
||||
logx.Infof("Listening and serving HTTP on %s", port)
|
||||
logx.Infof("Listening and serving HTTP on %s", port+server.ContextPath)
|
||||
|
||||
var err error
|
||||
if server.Tls != nil && server.Tls.Enable {
|
||||
|
||||
Reference in New Issue
Block a user