Packages

Yacco (Yet another calendar converter) is an ELixir/Phoenix application that allows the conversion of calendar dates of the calendars contained in the packages Calixir and Calendars.

Current section

Files

Jump to
yacco lib yacco_web controllers page_controller.ex
Raw

lib/yacco_web/controllers/page_controller.ex

defmodule YaccoWeb.PageController do
use YaccoWeb, :controller
def index(conn, _params) do
render(conn, "index.html")
end
end