mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 06:07:21 +01:00
7 lines
188 B
JavaScript
7 lines
188 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;
|