Add /checkout

This commit is contained in:
Luis Alvarez
2020-10-14 19:23:42 -05:00
parent b86ab71cef
commit ddf3a2a8b4
5 changed files with 16 additions and 6 deletions

View File

@@ -14,6 +14,10 @@ module.exports = {
source: '/search/:category',
destination: '/search',
},
{
source: '/checkout',
destination: '/api/bigcommerce/checkout',
},
]
},
}