@ -182,6 +182,11 @@ func SetStaticPath(url string, path string) *App {
return BeeApp
}
func DelStaticPath(url string) *App {
delete(StaticDir, url)
func Filter(filter http.HandlerFunc) *App {
BeeApp.Filter(filter)
The note is not visible to the blocked user.