Packages

Low-overhead Phoenix Performance Graphs

Current section

Files

Jump to
spotlight lib spotlight_web controllers test_controller.ex
Raw

lib/spotlight_web/controllers/test_controller.ex

defmodule SpotlightWeb.TestController do
use SpotlightWeb, :controller
def test(conn, _params) do
text(conn, "OK")
end
end