mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-24 14:31:51 +01:00
fix(http): use gin without default configuration
This commit is contained in:
@@ -120,7 +120,7 @@ func initPersistentStorage(config config.Storage, store tinykv.KV[OnDemandReques
|
||||
}
|
||||
|
||||
func initServer(conf config.Server, scaler scaler.Scaler, store tinykv.KV[OnDemandRequestState]) error {
|
||||
r := gin.Default()
|
||||
r := gin.New()
|
||||
|
||||
r.Use(middleware.Logger(log.New()), gin.Recovery())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user