Add oban web, securities table and accounts table

This commit is contained in:
2025-01-28 09:46:52 +01:00
parent 2f03f92481
commit f7a1488f27
7 changed files with 41 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ defmodule TradexWeb.ConnCase do
using do
quote do
use TradexWeb, :verified_routes
import Phoenix.ConnTest
import Plug.Conn
import TradexWeb.ConnCase