diff --git a/README.md b/README.md index ce560e9..95b4f74 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ApplyAI is a cloud-native, AI-powered assistant that helps streamline the job search. The MVP focuses on shortening application time, increasing application volume, and improving the quality of each submission by providing AI-driven resume tailoring and conversational career guidance. ## 🔗 Live Links -* **Production Web App:** [https://apply-ai-chi.vercel.app](https://apply-ai-chi.vercel.app) +* **Production Web App:** [https://apply-ai-ny.vercel.app](https://apply-ai-ny.vercel.app) * **API Documentation:** [https://applyai-backend-service-296648600803.us-central1.run.app/docs](https://applyai-backend-service-296648600803.us-central1.run.app/docs) ## Project Gallery diff --git a/server/main.py b/server/main.py index f866272..4afc056 100644 --- a/server/main.py +++ b/server/main.py @@ -72,7 +72,7 @@ async def lifespan(app: FastAPI): # Define the "origins" (websites) that are allowed to talk to the API origins = [ "http://localhost:3000", # local frontend - "https://apply-ai-chi.vercel.app", + "https://apply-ai-ny.vercel.app", ] app.add_middleware(