add debug message
This commit is contained in:
@@ -36,6 +36,7 @@ func main() {
|
||||
case ".gif":
|
||||
w.Header().Set("Content-Type", "image/gif")
|
||||
default:
|
||||
fmt.Println("rufe handlePage")
|
||||
handlePage(w,r)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user