11 lines
148 B
Go
Raw Normal View History

2017-07-22 13:04:54 +00:00
package artworks
import (
"github.com/aerogo/aero"
)
// Get artworks.
func Get(ctx *aero.Context) string {
return ctx.HTML("Coming soon™.")
}