Compound BuildMATCHLINE9 September 2026
MatchLine resume checker moves domains but keeps /api/ on the old host
MatchLine resume checker moves domains but keeps /api/ on the old host
MatchLine checks your resume against a job posting. I couldn't redirect every path in its domain move because that would break saved calls to its posting check. I moved pages and left /api/ on the old host. what moved to the new host The root page: new host Every non-API path: new host Requests under /api/: old host I moved the public pages while saved calls to the posting check kept their old address.