mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Bulk stats (#9260)
* Reorganized stats * Organized allocation common code * Added bulk allocate to common * Added allocate bulk route * Fixed structure and lint * Fixed import and apidoc
This commit is contained in:
@@ -3,7 +3,9 @@ import revive from './revive';
|
||||
import reset from './reset';
|
||||
import reroll from './reroll';
|
||||
import rebirth from './rebirth';
|
||||
import allocateNow from './allocateNow';
|
||||
import allocate from './stats/allocate';
|
||||
import allocateBulk from './stats/allocateBulk';
|
||||
import allocateNow from './stats/allocateNow';
|
||||
import sortTask from './sortTask';
|
||||
import updateTask from './updateTask';
|
||||
import deleteTask from './deleteTask';
|
||||
@@ -35,7 +37,6 @@ import hatch from './hatch';
|
||||
import unlock from './unlock';
|
||||
import changeClass from './changeClass';
|
||||
import disableClasses from './disableClasses';
|
||||
import allocate from './allocate';
|
||||
import readCard from './readCard';
|
||||
import openMysteryItem from './openMysteryItem';
|
||||
import scoreTask from './scoreTask';
|
||||
@@ -49,6 +50,7 @@ module.exports = {
|
||||
reroll,
|
||||
rebirth,
|
||||
allocateNow,
|
||||
allocateBulk,
|
||||
sortTask,
|
||||
updateTask,
|
||||
deleteTask,
|
||||
|
||||
Reference in New Issue
Block a user