aboutsummaryrefslogtreecommitdiff
path: root/shardweb/lib/shard_web/views/room_view.ex
blob: 7ec961b12f168fe3c5b8fbfbdeebf1ba1d25590a (plain) (blame)
1
2
3
4
5
6
7
defmodule ShardWeb.RoomView do
  use ShardWeb, :view

  def shard_list do
    Shard.Manager.list_shards
  end
end