Files
bDS2/lib/bds/desktop/shell_controller.ex
2026-04-24 15:27:48 +02:00

8 lines
121 B
Elixir

defmodule BDS.Desktop.ShellController do
@moduledoc false
def index_html do
BDS.UI.ShellPage.render()
end
end