Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
Loading