💄 Enhance the display so we can add and edit a quote.

This commit is contained in:
Scott
2017-12-04 01:01:16 +01:00
parent f9c6711e8e
commit 9eb4d1a234
4 changed files with 69 additions and 1 deletions

View File

@ -108,6 +108,7 @@ func Configure(app *aero.Application) {
l.Page("/quote/:id", quote.Get)
l.Page("/quote/:id/edit", quote.Edit)
l.Page("/quotes", quotes.Get)
// Calendar
l.Page("/calendar", calendar.Get)