the mislead :(
seiso.moe 6 months ago afd32eef 35ac53f9
··· 75 75 r.Use(middleware.Logger) 76 76 77 77 r.Use(cors.Handler(cors.Options{ 78 78 - AllowedOrigins: []string{"https://*", "http://*"}, 78 78 + AllowedOrigins: []string{"*"}, 79 79 AllowedMethods: []string{"GET"}, 80 80 AllowCredentials: false, 81 81 }))