feat: switch to phoenix liveview
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
9
lib/bds/desktop/health_controller.ex
Normal file
9
lib/bds/desktop/health_controller.ex
Normal file
@@ -0,0 +1,9 @@
|
||||
defmodule BDS.Desktop.HealthController do
|
||||
@moduledoc false
|
||||
|
||||
use Phoenix.Controller, formats: [:html]
|
||||
|
||||
def show(conn, _params) do
|
||||
text(conn, "ok")
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user