Check for /transactions route
This commit is contained in:
committed by
Michael Vines
parent
b3e0f06e23
commit
152d7bc774
@ -136,7 +136,8 @@ function urlSignatures(): Array<string> {
|
|||||||
.concat(findGetParameter("transactions")?.split(",") || [])
|
.concat(findGetParameter("transactions")?.split(",") || [])
|
||||||
.concat(findPathSegment("tx")?.split(",") || [])
|
.concat(findPathSegment("tx")?.split(",") || [])
|
||||||
.concat(findPathSegment("txn")?.split(",") || [])
|
.concat(findPathSegment("txn")?.split(",") || [])
|
||||||
.concat(findPathSegment("transaction")?.split(",") || []);
|
.concat(findPathSegment("transaction")?.split(",") || [])
|
||||||
|
.concat(findPathSegment("transactions")?.split(",") || []);
|
||||||
}
|
}
|
||||||
|
|
||||||
function initState(): State {
|
function initState(): State {
|
||||||
|
Reference in New Issue
Block a user