feat(api): Update base URL to api.skillseekersweb.com
- Update default base_url in ConfigAnalyzer to api.skillseekersweb.com - Update website URL in API root endpoint - Update test_api.py to use custom domain - Prepare for custom domain deployment
This commit is contained in:
@@ -53,7 +53,7 @@ class ConfigAnalyzer:
|
||||
"testing": ["test", "testing", "pytest", "jest"]
|
||||
}
|
||||
|
||||
def __init__(self, config_dir: Path, base_url: str = "https://skillseekersweb.com"):
|
||||
def __init__(self, config_dir: Path, base_url: str = "https://api.skillseekersweb.com"):
|
||||
"""
|
||||
Initialize config analyzer
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ async def root():
|
||||
"/docs": "API documentation",
|
||||
},
|
||||
"repository": "https://github.com/yusufkaraaslan/Skill_Seekers",
|
||||
"website": "https://skillseekersweb.com"
|
||||
"website": "https://api.skillseekersweb.com"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user