fix api url mismatch

This commit is contained in:
mengstabketemaw
2026-06-02 09:23:01 +03:00
parent 8e86f74be6
commit e735ba4fca
3 changed files with 34 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ import { resolveSessionContext } from '../session';
const BASE_API_URL =
(import.meta as { env?: Record<string, string> }).env?.['VITE_BASE_API_URL'] ??
'http://localhost:3000';
'http://localhost:3001';
export const baseApi = createApi({
reducerPath: 'baseApi',