mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-28 04:12:15 +01:00
fixed serialization and middleware compose
This commit is contained in:
@@ -18,7 +18,7 @@ const (
|
||||
ConfigExampleFileName = "config.example.yml"
|
||||
ConfigPath = ConfigBasePath + "/" + ConfigFileName
|
||||
|
||||
MiddlewareDefsBasePath = ConfigBasePath + "/middlewares"
|
||||
MiddlewareComposeBasePath = ConfigBasePath + "/middlewares"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -41,6 +41,7 @@ var (
|
||||
ConfigBasePath,
|
||||
SchemaBasePath,
|
||||
ErrorPagesBasePath,
|
||||
MiddlewareComposeBasePath,
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user