Added company editing UI

This commit is contained in:
2017-11-19 01:15:57 +01:00
parent 71b8cbf61d
commit 7724c2958f
4 changed files with 10 additions and 1 deletions

View File

@ -96,6 +96,7 @@ func Configure(app *aero.Application) {
// Companies
l.Page("/company/:id", company.Get)
l.Page("/company/:id/edit", company.Edit)
l.Page("/companies", companies.Get)
// Settings