feat(web): Removed Cors impl and replaced with tower-http's CorsLayer (#1123)
Fix #1122, see the issue for more details. Signed-off-by: slinkydeveloper <[email protected]>
This commit is contained in:
@@ -25,6 +25,7 @@ pin-project = "1"
|
||||
tonic = {version = "0.8", path = "../tonic", default-features = false, features = ["transport"]}
|
||||
tower-service = "0.3"
|
||||
tower-layer = "0.3"
|
||||
tower-http = { version = "0.3", features = ["cors"] }
|
||||
tracing = "0.1"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user