softwaremill / realworld-tapir-zio

RealWorld.io with tapir and ZIO
https://realworld.io
MIT License
153 stars 29 forks source link

CORSConfig.default is already set AllowOrigin.All. #345

Open benluo opened 3 months ago

adamw commented 3 months ago

I think the tests must have assumed something about the host on which the app runs, so we should probably fix this in the tests as well? (setting the HOST properly, probably)

adamw commented 2 months ago

There are still some test failures, unfortunately