Hash : 865c60de Author : Thomas de Grivel Date : 2021-11-16T00:22:17
import code from accounting
Download
1 2 3 4 5 6 7 8
defmodule KmxgitWeb.Admin.DashboardController do use KmxgitWeb, :controller def index(conn, _params) do conn |> render("index.html") end end