v0.0.282 ginext bugfix
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 48s
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 48s
This commit is contained in:
parent
0b85fa5af9
commit
1e6b92d1d9
@ -59,7 +59,7 @@ func NewEngine(allowCors bool, ginDebug bool, bufferBody bool, timeout time.Dura
|
|||||||
// do not debug-print routes
|
// do not debug-print routes
|
||||||
gin.DebugPrintRouteFunc = func(_, _, _ string, _ int) {}
|
gin.DebugPrintRouteFunc = func(_, _, _ string, _ int) {}
|
||||||
|
|
||||||
if ginDebug {
|
if !ginDebug {
|
||||||
gin.SetMode(gin.ReleaseMode)
|
gin.SetMode(gin.ReleaseMode)
|
||||||
|
|
||||||
ginlogger := gin.Logger()
|
ginlogger := gin.Logger()
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
package goext
|
package goext
|
||||||
|
|
||||||
const GoextVersion = "0.0.281"
|
const GoextVersion = "0.0.282"
|
||||||
|
|
||||||
const GoextVersionTimestamp = "2023-10-09T09:04:07+0200"
|
const GoextVersionTimestamp = "2023-10-09T09:23:40+0200"
|
||||||
|
Loading…
Reference in New Issue
Block a user