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:
2026-05-16 17:47:34 +02:00
parent 941fd14ccf
commit 8e56dc1d52
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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