invidious-mod/src/invidious/routes/licenses.cr

7 行
186 B
Crystal

class Invidious::Routes::Licenses < Invidious::Routes::BaseRoute
def handle(env)
locale = LOCALES[env.get("preferences").as(Preferences).locale]?
rendered "licenses"
end
end