Added character editing UI

This commit is contained in:
2018-04-10 21:25:45 +02:00
parent 68bc7c4c8e
commit 76831c469f
4 changed files with 66 additions and 2 deletions

View File

@ -136,6 +136,8 @@ func Configure(app *aero.Application) {
// Characters
l.Page("/character/:id", character.Get)
l.Page("/character/:id/edit", character.Edit)
l.Page("/character/:id/history", character.History)
// Quotes
l.Page("/quote/:id", quote.Get)