mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-10 04:07:27 +00:00
Disable CORS validation, improve logging, fix build on nightly. (#129)
* Disable CORS validation, improve logging. * Fix build from nightly API change. * Rebuilt binaries
This commit is contained in:
committed by
Robert Habermeier
parent
40c7820c31
commit
8ff246eb8a
@@ -46,5 +46,6 @@ pub fn start_http(
|
||||
http::ServerBuilder::new(io)
|
||||
.threads(4)
|
||||
.rest_api(http::RestApi::Unsecure)
|
||||
.cors(http::DomainsValidation::Disabled)
|
||||
.start_http(addr)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user