Skip to content

Commit 01cd8fb

Browse files
Merge pull request #1754 from codatio/qbo-bank-feeds-redirect
Add QBO Bank Feeds redirect
2 parents 60902d1 + 16d4231 commit 01cd8fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

redirects.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,10 @@ module.exports = {
565565
from: "/redirects/integrations/bankfeeds/olpr",
566566
to: "/integrations/bank-feeds/sage-bank-feeds", //sage
567567
},
568+
{
569+
from: "/redirects/integrations/bankfeeds/hcws",
570+
to: "/integrations/bank-feeds/qbo-bank-feeds", //qbo
571+
},
568572
{
569573
from: "/docs/status-codes",
570574
to: "/using-the-api/errors", //sage

0 commit comments

Comments
 (0)