move json to api, change tile loading api
This commit is contained in:
@@ -48,7 +48,7 @@ defmodule MoundHunters.Application do
|
||||
:ok ->
|
||||
Logger.info("Created Mnesia schema")
|
||||
|
||||
{:error, {_node1, {:already_exists, _node2}}} ->
|
||||
{:error, {_, {:already_exists, _}}} ->
|
||||
Logger.debug("Mnesia schema already exists")
|
||||
|
||||
{:error, reason} ->
|
||||
@@ -74,6 +74,8 @@ defmodule MoundHunters.Application do
|
||||
:max_lng,
|
||||
:status,
|
||||
:error_message,
|
||||
:jpg_available,
|
||||
:png_available,
|
||||
:created_at,
|
||||
:updated_at
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user