Updated to latest ARN API

This commit is contained in:
2017-06-27 12:39:41 +02:00
parent 93e7ad01d5
commit 04373033cc
10 changed files with 23 additions and 14 deletions

8
pages/music/music.go Normal file
View File

@ -0,0 +1,8 @@
package music
import "github.com/aerogo/aero"
// Get renders the music page.
func Get(ctx *aero.Context) string {
return ctx.HTML("Coming soon.")
}