mirror of
https://github.com/netfun2000/hipudding-teslamate.git
synced 2026-02-27 09:44:28 +08:00
8 lines
150 B
Elixir
8 lines
150 B
Elixir
defmodule TeslaMateWeb.CarView do
|
|
use TeslaMateWeb, :view
|
|
|
|
def render("command_failed.json", %{reason: reason}) do
|
|
%{error: reason}
|
|
end
|
|
end
|