refactor(HomeController): remove envelopeSigned endpoint

This commit is contained in:
2025-09-17 13:07:06 +02:00
parent 56074c2b9f
commit cf3535b4de
3 changed files with 5 additions and 36 deletions

View File

@@ -145,7 +145,7 @@ class App {
if (result == true) {
// Redirect to success page after saving to database
window.location.href = `/Envelope/${this.envelopeKey}/Success`
window.location.href = `/Envelope/${this.envelopeKey}`
}
break;