mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-27 17:32:26 +00:00
4 lines
176 B
JavaScript
4 lines
176 B
JavaScript
// NOTE: this file is only used because the mobile apps expect IAP routes
|
|||
// to be found at /api/v3/iap instead of /iap.
|
|||
|
|||
module.exports = require('../top-level/payments/iap');
|