Updated to latest ARN API
This commit is contained in:
8
pages/music/music.go
Normal file
8
pages/music/music.go
Normal 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.")
|
||||
}
|
Reference in New Issue
Block a user