windwalker-io / core

The framework extended library for Windwalker Starter application.
https://github.com/ventoviro/windwalker-starter
MIT License
4 stars 3 forks source link

CorsMiddleware error if allow origin is null #1228

Closed asika32764 closed 4 months ago

asika32764 commented 6 months ago

The option "allow_origins" with value null is expected to be of type "string" or "array", but is of type "null".