This commit is contained in:
2026-02-06 02:46:55 +03:00
parent 147d993a05
commit e15ca974fe
3 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
const API_BASE = process.env.NEXT_PUBLIC_API_URL || 'http://localhost:3001';
const API_BASE = process.env.NEXT_PUBLIC_API_URL || 'http://localhost:3125';
const API_URL = `${API_BASE}/api`;
const STORAGE_KEY = 'coursecraft_api_token';