refactor(HomeController): ranme EnvelopeKey route as Envelope
This commit is contained in:
@@ -10,7 +10,7 @@ class API {
|
||||
}
|
||||
|
||||
static get REJECT_REDIR_URL() {
|
||||
return `/envelopekey/${API.ENV_KEY}/rejected`;
|
||||
return `/envelope/${API.ENV_KEY}/rejected`;
|
||||
}
|
||||
|
||||
static get SHARE_URL() {
|
||||
|
||||
@@ -145,7 +145,7 @@ class App {
|
||||
|
||||
if (result == true) {
|
||||
// Redirect to success page after saving to database
|
||||
window.location.href = `/EnvelopeKey/${this.envelopeKey}/Success`
|
||||
window.location.href = `/Envelope/${this.envelopeKey}/Success`
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user