Files
habitica/website/server/controllers/api-v3/iap.js
2016-09-07 12:58:26 -05:00

5 lines
177 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');