mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
remove old module.exports from server aswell
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// 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');
|
||||
import iap from '../top-level/payments/iap';
|
||||
export default iap;
|
||||
|
||||
Reference in New Issue
Block a user