Skip to content

Commit

Permalink
change: remove authentication type for cors plugin (#1788)
Browse files Browse the repository at this point in the history
fix #1787
  • Loading branch information
morrme authored Jul 1, 2020
1 parent 3061aee commit a9d60f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apisix/plugins/cors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ local schema = {
local _M = {
version = 0.1,
priority = 4000,
type = 'auth',
name = plugin_name,
schema = schema,
}
Expand Down

0 comments on commit a9d60f9

Please sign in to comment.