mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-09 19:52:58 +00:00
remove error
This commit is contained in:
parent
8268825536
commit
11b37114dc
@ -26,7 +26,7 @@ type FileManager struct {
|
|||||||
Next httpserver.Handler
|
Next httpserver.Handler
|
||||||
Configs []config.Config
|
Configs []config.Config
|
||||||
}
|
}
|
||||||
asas
|
|
||||||
// ServeHTTP determines if the request is for this plugin, and if all prerequisites are met.
|
// ServeHTTP determines if the request is for this plugin, and if all prerequisites are met.
|
||||||
func (f FileManager) ServeHTTP(w http.ResponseWriter, r *http.Request) (int, error) {
|
func (f FileManager) ServeHTTP(w http.ResponseWriter, r *http.Request) (int, error) {
|
||||||
var (
|
var (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user