mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
remove old module.exports from server aswell
This commit is contained in:
@@ -78,4 +78,4 @@ api.registerLocal = {
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = api;
|
||||
export default api;
|
||||
|
||||
@@ -31,4 +31,4 @@ api.enterCouponCode = {
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = api;
|
||||
export default api;
|
||||
@@ -135,4 +135,4 @@ api.getInboxMessages = {
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = api;
|
||||
export default api;
|
||||
|
||||
@@ -40,4 +40,4 @@ api.flagPrivateMessage = {
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = api;
|
||||
export default api;
|
||||
|
||||
@@ -235,4 +235,4 @@ api.verifyDisplayName = {
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = api;
|
||||
export default api;
|
||||
|
||||
@@ -71,4 +71,4 @@ api.castSpell = {
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = api;
|
||||
export default api;
|
||||
|
||||
Reference in New Issue
Block a user