remove envelopeRejected-endpoint

This commit is contained in:
2025-09-17 13:17:25 +02:00
parent cf3535b4de
commit 10b1de4cf0
3 changed files with 3 additions and 31 deletions

View File

@@ -10,7 +10,7 @@ class API {
}
static get REJECT_REDIR_URL() {
return `/envelope/${API.ENV_KEY}/rejected`;
return `/envelope/${API.ENV_KEY}`;
}
static get SHARE_URL() {