@@ -6,7 +6,7 @@ import (
)
func main() {
fs := http.FileServer(http.Dir("./dist"))
fs := http.FileServer(http.Dir("./build"))
http.Handle("/", fs)
addr := ":3000"
The note is not visible to the blocked user.