carnetdejeu-crystal/src/controllers/home_controller.cr

6 lines
93 B
Crystal

class HomeController < ApplicationController
def index
render("index.slang")
end
end