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:
Keith Holliday
2017-10-31 12:57:44 -06:00
committed by GitHub
parent 365daba6fc
commit 3e37941e0a
16 changed files with 342 additions and 108 deletions

View File

@@ -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,