working #31

Merged
derek merged 8 commits from working into main 2025-08-19 21:18:48 -07:00
Showing only changes of commit dd62bc36f4 - Show all commits
@@ -84,7 +84,7 @@ export class ResumesEditorComponent {
resume.accountID = this.auth.loggedInUser.id;
this.http.post("api/resume", resume).subscribe({
next: data => {
this.router.navigate(["/"]);
this.router.navigate(["/resumes"]);
},
error: err => {
this.ErrorMsg = err.error;