123
This commit is contained in:
@ -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';
|
||||
|
||||
Reference in New Issue
Block a user