Minor changes

This commit is contained in:
2017-10-18 23:17:54 +02:00
parent 15267bd102
commit d72543b31e
5 changed files with 28 additions and 1 deletions

View File

@ -107,6 +107,7 @@ func configure(app *aero.Application) *aero.Application {
app.Ajax("/groups", groups.Get)
app.Ajax("/group/:id", group.Get)
app.Ajax("/group/:id/edit", group.Edit)
app.Ajax("/group/:id/forum", group.Forum)
// User profiles
app.Ajax("/user", user.Get)