2017-11-17 12:08:16 +01:00
|
|
|
package terms
|
|
|
|
|
|
|
|
import (
|
|
|
|
"github.com/aerogo/aero"
|
|
|
|
"github.com/animenotifier/notify.moe/components"
|
|
|
|
)
|
|
|
|
|
|
|
|
// Get ...
|
2019-06-01 13:55:49 +09:00
|
|
|
func Get(ctx aero.Context) error {
|
2017-11-17 12:08:16 +01:00
|
|
|
return ctx.HTML(components.TermsOfService())
|
|
|
|
}
|