@@ -24,6 +24,8 @@ func main() {
AllowOrigins: []string{"*"},
AllowCredentials: true,
AllowMethods: []string{"*"},
AllowAllOrigins: true,
AllowHeaders: []string{"*"},
}))
file, err := os.Open(os.Getenv(CONFIG_PATH_ENV_VAR))
if err != nil {
The note is not visible to the blocked user.