diff --git a/main.go b/main.go index 089c70d..f51849c 100644 --- a/main.go +++ b/main.go @@ -52,8 +52,6 @@ func main() { func Routes() *chi.Mux { router := chi.NewRouter() - // enable cors testing - // LOCK THIS DOWN FOR PRODUCTION cors := cors.New(cors.Options{ AllowedOrigins: []string{"https//sudoscientist.com", "https://www.sudoscientist.com"}, AllowedMethods: []string{"GET", "POST", "PUT", "DELETE", "PATCH", "OPTIONS"},