add return
This commit is contained in:
@@ -41,6 +41,7 @@ func main() {
|
||||
}
|
||||
|
||||
http.ServeFile(w, r, "."+path)
|
||||
return
|
||||
})
|
||||
|
||||
http.ListenAndServe(":8085", nil)
|
||||
|
||||
Reference in New Issue
Block a user