Commit 72c7965c authored by Johnny's avatar Johnny

chore: enable binary format for transport

parent a8dbc1fd
......@@ -127,7 +127,7 @@ const authInterceptor: Interceptor = (next) => async (req) => {
const transport = createConnectTransport({
baseUrl: window.location.origin,
useBinaryFormat: false,
useBinaryFormat: true,
fetch: fetchWithCredentials,
interceptors: [authInterceptor],
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment