Files
habitica/website/server/controllers/api-v3/iap.js
2019-10-02 19:45:27 +02:00

6 lines
187 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.
import iap from '../top-level/payments/iap';
export default iap;