mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
v3: iap accessible under /api/v3, fixes to spells and groups invitations
This commit is contained in:
4
website/server/controllers/api-v3/iap.js
Normal file
4
website/server/controllers/api-v3/iap.js
Normal file
@@ -0,0 +1,4 @@
|
||||
// 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');
|
||||
Reference in New Issue
Block a user