diff --git a/src/api/proxy.ts b/src/api/proxy.ts index 04508101..d60ff726 100644 --- a/src/api/proxy.ts +++ b/src/api/proxy.ts @@ -28,7 +28,7 @@ export const getProxyConfig = async (): Promise<{ proxy_url: string, auth: boole } } -export const testProxyConfig = async (): Promise<{ success: boolean}> => { +export const testProxyConfig = async (): Promise<{ success: boolean }> => { try { const response = await axios.get(`http://localhost:8080/proxy/test`); if (response.status === 200) {