Se crea el parser para customfilter. Agregamos variables de entorno para manejar url de adjuntos con o sin clave de encriptacion.

This commit is contained in:
2025-05-28 14:40:15 -03:00
parent 6b9c66c385
commit 4a9cb34f9c
8 changed files with 318 additions and 78 deletions

View File

@ -64,7 +64,8 @@ defmodule Api.MixProject do
{:ex_heroicons, "~> 2.0.0"},
{:castore, "~> 1.0.10"},
{:dotenv, "~> 3.1"},
{:httpoison, "~> 2.2"}
{:httpoison, "~> 2.2"},
{:nimble_parsec, "~> 1.4"}
]
end