Skip to content

Commit 3651635

Browse files
committed
fix: set the default api endpoint
1 parent 97a445d commit 3651635

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/context/api-context.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export const ApiProvider = ({
1616
const { session } = useAuth();
1717
const api = useMemo(() => {
1818
return createClient({
19-
baseUrl: 'http://localhost:8000/',
2019
token: session?.access_token,
2120
language: locale,
2221
});

0 commit comments

Comments
 (0)