mirror of
https://github.com/mitchell/shortnr.git
synced 2025-12-19 14:07:22 +00:00
General cleanups and refactor endpoints
This commit is contained in:
parent
4750555cf8
commit
80d6cfbb31
6 changed files with 25 additions and 29 deletions
|
|
@ -16,4 +16,4 @@ config :credo,
|
|||
{Credo.Check.Warning.LazyLogging, false}
|
||||
]
|
||||
|
||||
import_config "#{Mix.env}.exs"
|
||||
import_config "#{Mix.env()}.exs"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
import Config
|
||||
|
||||
config :logger, :console,
|
||||
level: :info
|
||||
config :logger, :console, level: :info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue