General cleanups and refactor endpoints

This commit is contained in:
mitchell 2020-04-13 05:11:52 -04:00
parent 4750555cf8
commit 80d6cfbb31
6 changed files with 25 additions and 29 deletions

View file

@ -16,4 +16,4 @@ config :credo,
{Credo.Check.Warning.LazyLogging, false}
]
import_config "#{Mix.env}.exs"
import_config "#{Mix.env()}.exs"

View file

@ -1,4 +1,3 @@
import Config
config :logger, :console,
level: :info
config :logger, :console, level: :info