From 5fe2eeae76a1d9bc6e0bb69056d8ca4cbe3d2c06 Mon Sep 17 00:00:00 2001 From: jingquan huang Date: Wed, 4 Mar 2020 02:05:20 +0800 Subject: [PATCH] .. --- config/application.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index 723f58766..31a94e7ed 100644 --- a/config/application.rb +++ b/config/application.rb @@ -38,7 +38,6 @@ module Educoderplus origins '*' # location of your api resource '/*', :headers => :any, :methods => [:get, :post, :delete, :options, :put] - resource 'http://outin-396971199eed11e991a100163e1c7426.oss-cn-shanghai.aliyuncs.com/*', :headers => :any, :methods => [:get, :post, :delete, :options, :put] end end end