fix: correct API base URL from api.magnific.ai to api.magnific.com
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,7 @@ import httpx
|
||||
|
||||
from magnific_cli import __version__
|
||||
|
||||
BASE_URL = "https://api.magnific.ai"
|
||||
BASE_URL = "https://api.magnific.com"
|
||||
DEFAULT_TIMEOUT = 60.0
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user