mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
228 B
228 B
tauri |
---|
patch:breaking |
Changed Builder::register_uri_scheme_protocol
to return a http::Response
instead of Result<http::Response>
. To return an error response, manually create a response with status code >= 400.