mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-04-18 13:35:56 +00:00
Compare commits
1 commit
3ff740b4d2
...
06811617c2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
06811617c2 |
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ func (s *Server) initRouter() (*gin.Engine, error) {
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
engine.Use(gzip.Gzip(gzip.DefaultCompression))
|
||||
engine.Use(gzip.Gzip(gzip.DefaultCompression, gzip.WithExcludedPaths([]string{basePath + "panel/api/"})))
|
||||
assetsBasePath := basePath + "assets/"
|
||||
|
||||
store := cookie.NewStore(secret)
|
||||
|
|
|
|||
Loading…
Reference in a new issue