Fixed issue for dev-mode Notes folder

This commit is contained in:
Ryan Pandya 2022-09-05 02:05:44 -07:00
parent 3caf827e55
commit 0dbd4c4b8d
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ defmodule LogsrvApi.MixProject do
config_path: "../../config/config.exs",
deps_path: "../../deps",
lockfile: "../../mix.lock",
elixir: "~> 1.13",
elixir: "~> 1.12",
start_permanent: Mix.env() == :prod,
deps: deps()
]

View File

@ -54,4 +54,4 @@ config :logsrv_web, LogsrvWeb.Endpoint,
]
]
config :logsrv_api, dir: "../../../Notes"
config :logsrv_api, dir: "../Notes"