APIs and views for exchange rates.

This commit is contained in:
James Cole
2024-12-22 06:24:45 +01:00
parent 117a376fc3
commit 2e993857e8
48 changed files with 741 additions and 82 deletions

View File

@@ -39,9 +39,6 @@ class IndexController extends Controller
private CurrencyRepositoryInterface $repository;
protected array $acceptedRoles = [UserRoleEnum::READ_ONLY];
/**
* AccountController constructor.
*/
public function __construct()
{
parent::__construct();