feat: first take at UI app
This commit is contained in:
7
lib/bds/desktop/shell_controller.ex
Normal file
7
lib/bds/desktop/shell_controller.ex
Normal file
@@ -0,0 +1,7 @@
|
||||
defmodule BDS.Desktop.ShellController do
|
||||
@moduledoc false
|
||||
|
||||
def index_html do
|
||||
File.read!(Application.app_dir(:bds, ["priv", "ui", "index.html"]))
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user