Packages
Csv2SqlDashboard is a blazing fast fully automated tool to load huge CSV files into a RDBMS.
Current section
Files
Jump to
Current section
Files
lib/dashboard_web/controllers/page_controller.ex
defmodule DashboardWeb.PageController do
use DashboardWeb, :controller
def index(conn, _params) do
render(conn, "index.html")
end
end