login and sign up configuration

This commit is contained in:
mengstabketemaw
2026-06-02 12:11:29 +03:00
parent e735ba4fca
commit df745bbc41
15 changed files with 785 additions and 7 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:3001';
'http://localhost:3001/api';
export const baseApi = createApi({
reducerPath: 'baseApi',