Davi William Moraes Suga

Results 4 comments of Davi William Moraes Suga

Fixed by adding a cors bypass middleware: ```ml let cors_middleware inner_handler req = let new_headers = [ ("Allow", "OPTIONS, GET, HEAD, POST"); ("Access-Control-Allow-Origin", "*"); ("Access-Control-Allow-Headers", "*"); ] in let+ response...

Oh, it's from my zsh config. Just ignore 😅

Yes, it is working fine in the 5.0.0~beta1.

@MoOx Are PRs welcome on this or there is already some work-in-progress? If not, what about writing one using [docusaurus](https://docusaurus.io/) on a separate repo? Maybe forking the original documentation and...