diff options
author | href <href@random.sh> | 2020-07-07 21:39:10 +0200 |
---|---|---|
committer | href <href@random.sh> | 2020-07-07 21:39:51 +0200 |
commit | d6ee134a5957e299c3ad59011df320b3c41e6e61 (patch) | |
tree | 29567e6635466f8a3415a935b3cc8a777019f5bc /lib/lsg.ex | |
parent | bleh (diff) |
pouet
Diffstat (limited to 'lib/lsg.ex')
-rw-r--r-- | lib/lsg.ex | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ defmodule LSG do + def data_path(suffix) do + Path.join(data_path(), suffix) + end + def data_path do Application.get_env(:lsg, :data_path) end |