feat(index): add character search screen
This commit is contained in:
parent
4d63acf21d
commit
46f3f24c4f
9 changed files with 449 additions and 5 deletions
|
|
@ -65,6 +65,7 @@ export class Armory {
|
|||
|
||||
const indexController = new IndexController(this);
|
||||
app.get("/", indexController.index.bind(indexController));
|
||||
app.get("/search", indexController.search.bind(indexController));
|
||||
|
||||
const charsController = new CharacterController(this);
|
||||
await charsController.load();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue