diff --git a/src/index.tsx b/src/index.tsx index 3ac4725..8633e73 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -11,7 +11,7 @@ const root = ReactDOM.createRoot( const getApiUrl = () => { if (process.env.NODE_ENV === "development") { - return "http://localhost:8888/"; + return "http://localhost:8888"; } return `https://${window.location.host}/api/`; };