feat(character/talents): add talents page
This commit is contained in:
parent
f32b70fb0b
commit
f979241e37
12 changed files with 5165 additions and 79 deletions
|
|
@ -69,6 +69,7 @@ export class Armory {
|
|||
const charsController = new CharacterController(this);
|
||||
await charsController.load();
|
||||
app.get("/character/:realm/:name", charsController.character.bind(charsController));
|
||||
app.get("/character/:realm/:name/talents", charsController.talents.bind(charsController));
|
||||
|
||||
this.gc();
|
||||
app.listen(listenPort, "0.0.0.0", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue