swap lcoal function
This commit is contained in:
@@ -715,7 +715,7 @@ type fileHandler struct {
|
|||||||
// As a special case, the returned file server redirects any request
|
// As a special case, the returned file server redirects any request
|
||||||
// ending in "/index.html" to the same path, without the final
|
// ending in "/index.html" to the same path, without the final
|
||||||
// "index.html".
|
// "index.html".
|
||||||
func FileServer(root FileSystem) http.Handler {
|
func FileServer(root http.FileSystem) http.Handler {
|
||||||
return &fileHandler{root}
|
return &fileHandler{root}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -2,6 +2,7 @@ package main
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"gitto.work/shortcut/enhancedfileserver"
|
"gitto.work/shortcut/enhancedfileserver"
|
||||||
|
"log"
|
||||||
"net/http"
|
"net/http"
|
||||||
"os"
|
"os"
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user