@@ -31,7 +31,7 @@ func main() {
e.Use(middleware.Logger())
e.Use(middleware.Recover())
e.Use(middleware.CORSWithConfig(middleware.CORSConfig{
AllowOrigins: []string{"localhost"},
AllowOrigins: []string{"http://localhost", "http://127.0.0.1:4173"},
AllowMethods: nil,
}))
The note is not visible to the blocked user.