mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 22:30:56 +03:00
improve docs
This commit is contained in:
@@ -108,7 +108,7 @@ func initializeRouter(staticFilesPath string) {
|
||||
|
||||
router.Group(func(router chi.Router) {
|
||||
router.Use(middleware.DefaultCompress)
|
||||
fileServer(router, staticFileWebPath, http.Dir(staticFilesPath))
|
||||
fileServer(router, webStaticFilesPath, http.Dir(staticFilesPath))
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user