pjfanning / swagger-akka-http-sample

Sample demonstrating use of swagger-akka-http
Apache License 2.0
84 stars 45 forks source link

switch to using "ch.megard" %% "akka-http-cors" % "0.1.10" #5

Closed pjfanning closed 7 years ago

pjfanning commented 7 years ago

Use this instead of built-in cors handler

WillemJiang commented 7 years ago

I used akka-http-cors in my project, it's quite easy. We just need to take care of the dependency of Akka to make sure there is no version conflicts.

pjfanning commented 7 years ago

done