Simplified the PDF gen quite a bit :)
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m37s

This commit is contained in:
2025-12-01 18:16:17 -07:00
parent b87357c175
commit 0998bacd86
11 changed files with 1074 additions and 1126 deletions

View File

@@ -107,7 +107,7 @@ export default function ResumeSettingsModal({
setError(null);
try {
const response = await fetch("/api/resume/pdf", {
const response = await fetch("/api/resume/generate", {
method: "POST",
headers: {
"Content-Type": "text/plain",