qiwi / qorsproxy

Yet another cors proxy
MIT License
6 stars 3 forks source link

Let `rules` config section be an array #26

Closed antongolub closed 5 years ago

antongolub commented 5 years ago
"rules": [
   {
       "from": [
        "*"
      ],
      "to": [
        "example.com"
      ],
   },
   {
     ...
   }
]
qiwibot commented 5 years ago

:tada: This issue has been resolved in version 2.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: