Refactor currency API

This commit is contained in:
James Cole
2023-10-28 16:47:11 +02:00
parent 0133a7c5db
commit 83d64262c8
11 changed files with 226 additions and 26 deletions

View File

@@ -31,6 +31,8 @@ use Illuminate\Http\JsonResponse;
use Illuminate\Http\Request;
/**
* Show = show a single account.
* Index = show all accounts
* Class ShowController
*/
class ShowController extends Controller